Popravek poravnave checkboxa na mobile
This commit is contained in:
parent
66190cdf5b
commit
dda66e0fdb
@ -18134,6 +18134,7 @@ and open the template in the editor.
|
|||||||
}
|
}
|
||||||
#inv_field_container ul li {
|
#inv_field_container ul li {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
min-height: 24px;
|
min-height: 24px;
|
||||||
width: 30%;
|
width: 30%;
|
||||||
@ -18194,6 +18195,7 @@ and open the template in the editor.
|
|||||||
}
|
}
|
||||||
#inv_sys_container ul li {
|
#inv_sys_container ul li {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
min-height: 24px;
|
min-height: 24px;
|
||||||
width: 30%;
|
width: 30%;
|
||||||
|
@ -263,6 +263,7 @@ $background_color_26: #ffe6d6;
|
|||||||
|
|
||||||
li {
|
li {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
min-height: 24px;
|
min-height: 24px;
|
||||||
width: 30%;
|
width: 30%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user