Small padding adjustment to checkbox columns on tax input.
This commit is contained in:
parent
b975914b44
commit
5af6d4ebe7
|
@ -885,7 +885,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
padding: 0;
|
padding: 2px 0;
|
||||||
-webkit-break-inside: avoid;
|
-webkit-break-inside: avoid;
|
||||||
break-inside: avoid;
|
break-inside: avoid;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue