kopia lustrzana https://github.com/wagtail/wagtail
Prevent checkbox and radio button from shrinking
rodzic
58555abfb0
commit
adaaf973e6
|
@ -16,6 +16,8 @@ $radio-checkbox-label-gap: theme('spacing.[2.5]');
|
|||
width: $size;
|
||||
cursor: pointer;
|
||||
margin-inline-end: $radio-checkbox-label-gap;
|
||||
// Prevent the checkbox or radio button from shrinking when the label is long.
|
||||
flex-shrink: 0;
|
||||
|
||||
&::before {
|
||||
content: '';
|
||||
|
|
Ładowanie…
Reference in New Issue