improved car manager

This commit is contained in:
Stephan Richter
2020-11-27 17:53:56 +01:00
parent fd5968cc0a
commit b4b38705fd
6 changed files with 77 additions and 6 deletions

View File

@@ -279,4 +279,11 @@ svg.disabled rect{
.cockpit .stop{
min-width: 150px;
}
fieldset.notes{
min-width: 50%
}
fieldset.notes textarea{
min-width: 100%;
}