Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit ac61770

Browse files
authored
Fix layout of message bubble preview in settings (#7497)
1 parent 5543ee8 commit ac61770

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

res/css/views/settings/_LayoutSwitcher.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ limitations under the License.
4545
align-items: center;
4646
padding: 10px;
4747
pointer-events: none;
48+
49+
.mx_EventTile[data-layout=bubble] .mx_EventTile_line {
50+
padding-right: 11px;
51+
}
4852
}
4953

5054
.mx_StyledRadioButton {

0 commit comments

Comments
 (0)