Skip to content
Snippets Groups Projects
Commit e631fbf6 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2359371 by esod, idebr, LewisNyman: Why the 0.2em left margin for label in the seven theme?

parent 8096a6c1
No related branches found
No related tags found
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
...@@ -24,13 +24,10 @@ fieldset { ...@@ -24,13 +24,10 @@ fieldset {
} }
label { label {
display: table; display: table;
margin: 0 0 0 0.2em; /* LTR */ margin: 0 0 0.1em;
padding: 0; padding: 0;
font-weight: bold; font-weight: bold;
} }
[dir="rtl"] label {
margin: 0 0.2em 0 0;
}
label.error { label.error {
color: #a51b00; color: #a51b00;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment