Don't show a bottom border ahead of the date separator

This commit is contained in:
Travis Ralston
2020-09-17 10:40:48 -06:00
parent 24d0950b7e
commit 14a7b83988
3 changed files with 17 additions and 3 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ limitations under the License.
position: relative;
padding-bottom: 18px;
&:not(.mx_EventTile_last)::after {
&:not(.mx_EventTile_last):not(.mx_EventTile_lastInSection)::after {
position: absolute;
bottom: 0;
left: 0;