10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-03 18:06:06 +02:00

Add padding for label

This commit is contained in:
Mickaël Véril 2020-01-06 11:48:37 +01:00
parent 1d59151f3e
commit 01492d7c52

View File

@ -5,6 +5,10 @@ ul.nestedCbList {
list-style-type: none;
padding-left: 1em;
}
form label{
padding-left: 5px;
padding-right: 5px;
}
form fieldset.table div {
display: table-row;
}