use grid layout for forms
This commit is contained in:
@@ -25,10 +25,7 @@ button {
|
||||
}
|
||||
|
||||
.labels-inputs {
|
||||
display: flex;
|
||||
display: grid;
|
||||
grid-template-columns: auto auto;
|
||||
column-gap: 10px;
|
||||
}
|
||||
|
||||
.labels-inputs > div {
|
||||
width: max-content;
|
||||
}
|
Reference in New Issue
Block a user