mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-12-18 19:12:12 +03:00
Fix weird styles in Safari
This commit is contained in:
parent
1ecd568c29
commit
889fdc87a1
1 changed files with 3 additions and 1 deletions
|
@ -7,11 +7,13 @@
|
||||||
|
|
||||||
.list-form-row :is(input[type='text'], select) {
|
.list-form-row :is(input[type='text'], select) {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
appearance: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-form-row .label-block {
|
.list-form-row .label-block {
|
||||||
display: block;
|
display: flex;
|
||||||
padding: 8px 0;
|
padding: 8px 0;
|
||||||
|
gap: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-form-footer {
|
.list-form-footer {
|
||||||
|
|
Loading…
Reference in a new issue