Skip to content

Commit

Permalink
Merge pull request #785 from qld-gov-au/QOLDEV-223-accordion-link-sty…
Browse files Browse the repository at this point in the history
…ling

[QOLDEV-223] fix accordion heading height
  • Loading branch information
ThrawnCA committed Feb 14, 2023
2 parents 41f4559 + 485db3c commit 3f93f43
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
z-index: 101;
transition: transform 0.25s ease-in;
}
.accordion-label {
display: inline-block;
}
img + .accordion-label{
display: block;
margin-left: 2.5rem;
Expand Down

0 comments on commit 3f93f43

Please sign in to comment.