Fix layout of message bubble preview in settings (#7497)
This commit is contained in:
parent
5543ee895b
commit
ac6177053a
1 changed files with 4 additions and 0 deletions
|
@ -45,6 +45,10 @@ limitations under the License.
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
|
||||||
|
.mx_EventTile[data-layout=bubble] .mx_EventTile_line {
|
||||||
|
padding-right: 11px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_StyledRadioButton {
|
.mx_StyledRadioButton {
|
||||||
|
|
Loading…
Reference in a new issue