account markup fix on reconciliation
This commit is contained in:
parent
163ccb7820
commit
29ab6c397b
3003
css/main/style.css
3003
css/main/style.css
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -2387,6 +2387,7 @@ main {
|
||||
min-height: 32px;
|
||||
max-width: none;
|
||||
font-weight: 400;
|
||||
position: relative;
|
||||
|
||||
&[data-format] {
|
||||
&:before {
|
||||
@ -2396,8 +2397,15 @@ main {
|
||||
}
|
||||
}
|
||||
|
||||
input[type="checkbox"] +label {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
input[type="checkbox"]+label:before {
|
||||
margin-right: 56px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
&:not(.i-pdf) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user