mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
Fix alignment of checkboxes in new room list's context menu
At somepoint the checkbox lost its padding, so we don't need to counteract it.
This commit is contained in:
parent
9a85b82007
commit
aab7e0cc14
1 changed files with 0 additions and 4 deletions
|
@ -320,8 +320,4 @@ limitations under the License.
|
|||
.mx_RadioButton, .mx_Checkbox {
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.mx_Checkbox {
|
||||
margin-left: -8px; // to counteract the indent from the component
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue