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

Commit

Permalink
Fix layout of message bubble preview in settings (#7497)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Jan 10, 2022
1 parent 5543ee8 commit ac61770
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions res/css/views/settings/_LayoutSwitcher.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ limitations under the License.
align-items: center;
padding: 10px;
pointer-events: none;

.mx_EventTile[data-layout=bubble] .mx_EventTile_line {
padding-right: 11px;
}
}

.mx_StyledRadioButton {
Expand Down

0 comments on commit ac61770

Please sign in to comment.