Align checkboxes with names in add rooms to space dialog

Signed-off-by: Robin Townsend <robin@robin.town>
pull/21833/head
Robin Townsend 2021-04-22 11:46:31 -04:00
parent 024cf7f66c
commit 0f84b3dff3
1 changed files with 4 additions and 0 deletions

View File

@ -154,6 +154,10 @@ limitations under the License.
margin-right: 12px;
}
.mx_Checkbox {
align-items: center;
}
.mx_FormButton {
min-width: 92px;
font-weight: normal;