Fixes U4-8058 Labels are changed to block-level elements
This commit is contained in:
@@ -164,7 +164,7 @@ textarea {
|
||||
|
||||
// Identify controls by their labels
|
||||
label {
|
||||
display: block;
|
||||
display: inline-block;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user