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

Fix alignment of checkboxes in new room list's context menu
pull/21833/head
Travis Ralston 2020-06-16 18:58:17 -06:00 committed by GitHub
commit e410a70b2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
}
}