UX: Fix invite checkbox width issue (#11371)
This commit is contained in:
parent
e16b3da04a
commit
0302de058c
|
@ -294,7 +294,8 @@
|
|||
h2 {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
input {
|
||||
input:not([type="checkbox"]) {
|
||||
// 80% width on checkboxes messes up the layout for custom fields
|
||||
width: 80%;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue