Fixes U4-8058 Labels are changed to block-level elements

This commit is contained in:
Simon Busborg
2016-03-07 12:12:35 +01:00
parent 05c35b22bd
commit bba7367ba6

View File

@@ -164,7 +164,7 @@ textarea {
// Identify controls by their labels
label {
display: block;
display: inline-block;
margin-bottom: 5px;
}