1
0
mirror of https://github.com/pcvolkmer/etl-processor.git synced 2025-07-04 23:42:54 +00:00

style: fixed first column width

This commit is contained in:
2024-03-04 17:03:41 +01:00
parent b1a83510a6
commit 0aec5e4479
4 changed files with 21 additions and 10 deletions

View File

@ -257,6 +257,10 @@ form.samplecode-input input:focus-visible {
display: block;
}
.userrole-form {
display: inline-block;
}
.userrole-form form {
margin: 0;
padding: 0;
@ -321,6 +325,15 @@ table {
font-family: sans-serif;
}
table.config-table td:first-child {
width: 24em;
min-width: fit-content;
}
table.config-table td > button:last-of-type {
float: right;
}
.border > table {
padding: 0;
border: none;