Skip to content

Commit

Permalink
Merge pull request #48 from UNICEFECAR/bug/issue_68
Browse files Browse the repository at this point in the history
Fix: Misaligned language text options
  • Loading branch information
sebastian-7DIGIT authored Nov 20, 2023
2 parents d26ac50 + 8773194 commit 948a982
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/blocks/Page/page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
max-height: 0;
transition: max-height 0.4s ease-in-out;
overflow-y: auto;
@include scrollbar-secondary;

&--shown {
max-height: 16rem;
Expand All @@ -124,6 +125,7 @@

&__text {
padding: 0.5rem 0;
text-align: left;

&--selected {
@include themify($themes, "color", "color_primary_20809e");
Expand Down

0 comments on commit 948a982

Please sign in to comment.