T141 labels implemented

This commit is contained in:
2021-02-18 18:47:27 +01:00
parent 500fe9e30c
commit a3aa5969e1
2 changed files with 8 additions and 4 deletions

View File

@@ -4,6 +4,10 @@ p#tooltipText {
height: 150px;
}
label, input, select, textarea {
display: block;
}
div#tooltip {
border-radius: 15px;
padding-left: 20px;