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.
pull/21833/head
Travis Ralston 2020-06-16 18:56:56 -06:00
parent 9a85b82007
commit aab7e0cc14
1 changed files with 0 additions and 4 deletions

View File

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