Merge pull request #4776 from matrix-org/travis/room-list/menu-align

Fix alignment of checkboxes in new room list's context menu
This commit is contained in:
Travis Ralston
2020-06-16 18:58:17 -06:00
committed by GitHub

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