We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8864191 commit ac92189Copy full SHA for ac92189
src/onegov/org/theme/styles/org.scss
@@ -122,6 +122,7 @@ h6,
122
/*
123
Disable hyphenation in e-mail links and make them breakable
124
*/
125
+
126
a[href^="mailto:"] {
127
@include prefix(hyphens, none);
128
@include prefix(word-break, break-all);
@@ -3566,10 +3567,10 @@ button {
3566
3567
3568
}
3569
-.accordion .accordion-navigation .field-display {
3570
+.accordion .accordion-navigation dl {
3571
margin-bottom: 1rem;
3572
-.accordion .accordion-navigation .field-display dd a {
3573
+.accordion .accordion-navigation dd a {
3574
padding: 0;
3575
display: inline;
3576
0 commit comments