mirror of https://github.com/vector-im/riot-web
Align checkboxes with names in add rooms to space dialog
Signed-off-by: Robin Townsend <robin@robin.town>pull/21833/head
parent
024cf7f66c
commit
0f84b3dff3
|
@ -154,6 +154,10 @@ limitations under the License.
|
|||
margin-right: 12px;
|
||||
}
|
||||
|
||||
.mx_Checkbox {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.mx_FormButton {
|
||||
min-width: 92px;
|
||||
font-weight: normal;
|
||||
|
|
Loading…
Reference in New Issue