UX: Fix invite checkbox width issue (#11371)

This commit is contained in:
Kris 2020-12-07 18:08:04 -05:00 committed by GitHub
parent e16b3da04a
commit 0302de058c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -294,7 +294,8 @@
h2 { h2 {
margin-bottom: 12px; margin-bottom: 12px;
} }
input { input:not([type="checkbox"]) {
// 80% width on checkboxes messes up the layout for custom fields
width: 80%; width: 80%;
} }
} }