Fix weird styles in Safari
This commit is contained in:
parent
1ecd568c29
commit
889fdc87a1
|
@ -7,11 +7,13 @@
|
|||
|
||||
.list-form-row :is(input[type='text'], select) {
|
||||
width: 100%;
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
.list-form-row .label-block {
|
||||
display: block;
|
||||
display: flex;
|
||||
padding: 8px 0;
|
||||
gap: 4px;
|
||||
}
|
||||
|
||||
.list-form-footer {
|
||||
|
|
Loading…
Reference in a new issue