Skip to content

Commit 206e7fd

Browse files
authored
Merge pull request #90 from localgovdrupal/feature/2.x/100-width-for-accordion-titles/89
sets width of accordion titles to 100%
2 parents c2c0495 + 499b2d9 commit 206e7fd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/localgov_subsites_paragraphs/css/localgov-accordion.css

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
* Basic styling for Accordion paragraph.
44
*/
55

6+
.accordion-pane__title button {
7+
width: 100%;
8+
text-align: left;
9+
}
10+
611
.accordion--initialised .accordion-pane__content {
712
display: none;
813
}

0 commit comments

Comments
 (0)