fix issue in input grid style
This commit is contained in:
parent
912cee33c7
commit
39822819cc
@ -14,7 +14,8 @@
|
|||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-grid + * {
|
/* sibling of input-grid that is not inside another input grid */
|
||||||
|
:not(.input-grid) .input-grid + * {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
|
Loading…
Reference in New Issue
Block a user