Cosmetic fixes

This commit is contained in:
2025-10-15 22:19:20 +02:00
parent e65f0a1670
commit 09907dbbf7
24 changed files with 250 additions and 104 deletions

View File

@@ -33,7 +33,6 @@
border: none;
}
}
}
.vehicle-right {
@@ -136,8 +135,15 @@
.field-label {
margin-left: 8px;
}
.section-editor {
.section-editor {
min-height: 10rem;
.editor {
min-height: 10rem;
}
.editor-content {
min-height: 10rem;
}
}
.biodata {
@@ -145,17 +151,16 @@
grid-template-columns: repeat(2, 1fr);
gap: 8px;
label {
min-width: 3.0rem;
min-width: 3rem;
}
.feature {
display: flex;
align-items: center;
gap: 4px;
min-width: 18rem;
max-width: 18rem;
display: flex;
align-items: center;
gap: 4px;
min-width: 18rem;
max-width: 18rem;
}
}
}
.tab.vehicle-equipment .main-div {