1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

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 {