Skip to content

Commit

Permalink
Set height for alert icon (#315)
Browse files Browse the repository at this point in the history
* Set height for alert icon
  • Loading branch information
mgax authored Jul 6, 2023
1 parent b4ca3be commit d488f27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/frontend/static_src/scss/components/alert.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
align-items: center;
margin-inline-end: ($gutter * 0.5);
height: 20px;

svg {
height: 100%;
}
}

&--note {
Expand Down

0 comments on commit d488f27

Please sign in to comment.