fix issue in input grid style

This commit is contained in:
Arthur Lu 2024-09-05 16:37:57 +00:00
parent 912cee33c7
commit 39822819cc

View File

@ -14,7 +14,8 @@
text-align: right;
}
.input-grid + * {
/* sibling of input-grid that is not inside another input grid */
:not(.input-grid) .input-grid + * {
display: inline-block;
width: 100%;
margin-top: 5px;