Skip to content
Snippets Groups Projects
Commit 6b1f61c9 authored by Angie Byron's avatar Angie Byron
Browse files

#933922 by solotandem: Fix SimpleTest form displaying label and expander arrow...

#933922 by solotandem: Fix SimpleTest form displaying label and expander arrow image on separate lines.
parent 1a9b6626
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -32,6 +32,10 @@ th.simpletest_test {
color: #494949;
}
table#simpletest-form-table tr.simpletest-group label {
display: inline;
}
div.message > div.item-list {
font-weight: normal;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment