Fix layout of message bubble preview in settings (#7497)

This commit is contained in:
Michael Telatynski 2022-01-10 20:39:12 +00:00 committed by GitHub
parent 5543ee895b
commit ac6177053a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {