Skip to content
Snippets Groups Projects
Commit 58809e96 authored by James Wilson's avatar James Wilson
Browse files

Issue #3413882 by jwilson3: [Siteimprove] Links are not clearly identifiable...

Issue #3413882 by jwilson3: [Siteimprove] Links are not clearly identifiable in Webform field descriptions
parent 8c316ad9
No related branches found
Tags 2.1.0
1 merge request!3Issue #3413882 by jwilson3: [Siteimprove] Links are not clearly identifiable in Webform field descriptions
......@@ -45,7 +45,7 @@ input[type=radio]+label {
}
.form-item .description {
font-size: .875rem;
font-size: 1rem;
margin-top: -.75rem;
margin-bottom: 1rem;
color: #333;
......@@ -134,3 +134,11 @@ span.field-prefix + input {
.webform-multiple-table textarea {
margin-bottom: 0;
}
.webform-element-description {
font-size: 1rem;
}
.webform-element-description a:not(.button) {
text-decoration: underline;
}
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