This commit is contained in:
2025-08-19 20:32:58 +02:00
parent b1c5000a43
commit a25de121ec
20 changed files with 172 additions and 57 deletions

View File

@@ -2228,4 +2228,20 @@ textarea.form-control {
width: 50px;
text-align: center;
}
}
.input-group-addon {
width: auto;
label {
display: flex;
align-items: center;
gap: 5px;
}
}
.additional_fields {
input[type="text"] {
height: 40px;
}
}