Popravek poravnave checkboxa na mobile

This commit is contained in:
pero1203 2021-06-02 09:38:58 +02:00
parent 66190cdf5b
commit dda66e0fdb
2 changed files with 3 additions and 0 deletions

View File

@ -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%;

View File

@ -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%;