Skip to content

Commit 42c7772

Browse files
add flex to accordion-button
Signed-off-by: Akshit <[email protected]>
1 parent decdd1f commit 42c7772

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/_sass/getnighthawk.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5899,6 +5899,12 @@ div.globalFooterCard.card-environment {
58995899
transform: rotate(270deg);
59005900
}
59015901

5902+
.accordion-button {
5903+
display: flex;
5904+
align-items: center;
5905+
justify-content: space-between;
5906+
}
5907+
59025908
.sidebar .accordion-button:not(.collapsed) {
59035909
background-color: transparent;
59045910
color: inherit;

0 commit comments

Comments
 (0)