mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Specify a min width for radio
This commit is contained in:
@@ -136,6 +136,10 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
input[type=radio] {
|
||||
min-width: 12px;
|
||||
}
|
||||
|
||||
label {
|
||||
margin-top: 0.3rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user