Skip to content

Commit ac92189

Browse files
committed
Rework org accordion style
1 parent 8864191 commit ac92189

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/onegov/org/theme/styles/org.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ h6,
122122
/*
123123
Disable hyphenation in e-mail links and make them breakable
124124
*/
125+
125126
a[href^="mailto:"] {
126127
@include prefix(hyphens, none);
127128
@include prefix(word-break, break-all);
@@ -3566,10 +3567,10 @@ button {
35663567

35673568
}
35683569

3569-
.accordion .accordion-navigation .field-display {
3570+
.accordion .accordion-navigation dl {
35703571
margin-bottom: 1rem;
35713572
}
3572-
.accordion .accordion-navigation .field-display dd a {
3573+
.accordion .accordion-navigation dd a {
35733574
padding: 0;
35743575
display: inline;
35753576
}

0 commit comments

Comments
 (0)