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:
Travis Ralston 2020-06-16 18:56:56 -06:00
parent 9a85b82007
commit aab7e0cc14

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