forms layout - small labels

This commit is contained in:
Milan
2023-12-16 13:26:20 +01:00
parent cb068a8578
commit 8923c668a6
3 changed files with 16 additions and 8 deletions

View File

@@ -11,6 +11,11 @@
max-width: 2rem;
}
#content .editor td.label {
max-width: min-content;
padding-top:0.5rem;
}
#content .label {
color: #555;
}
@@ -57,7 +62,7 @@
height: 24px;
}
#context textarea {
#content textarea {
width: 600px;
height: 100px;
}