use float left on legend and input-grid to remove legend span nesting,

improve linting tool
This commit is contained in:
2023-07-06 04:53:47 +00:00
parent 8a37615721
commit 893f4aad54
5 changed files with 15 additions and 13 deletions

View File

@@ -1,4 +1,5 @@
.input-grid {
float: left;
display: grid;
column-gap: 10px;
row-gap: 5px;
@@ -15,6 +16,10 @@
}
legend {
float: left;
width: 100%;
margin: 0;
padding: 0;
line-height: 1.5em;
margin-top: 0.25lh;
margin-bottom: 0.25lh;