Removes the override on the Bubble Container

This commit is contained in:
Ayush PS 2021-05-03 13:54:42 +05:30
parent 09af2a8891
commit 24bf1b22a4

View file

@ -123,8 +123,6 @@ $left-gutter: 64px;
.mx_EventTile_line { .mx_EventTile_line {
margin-right: 0; margin-right: 0;
grid-column: 1 / 3; grid-column: 1 / 3;
// override default padding of mx_EventTile_line so that we can be centered
padding: 0 !important;
} }
.mx_EventTile_msgOption { .mx_EventTile_msgOption {