Skip to content

Commit

Permalink
Re-added svg width to make sure svgs show in Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionqueen94 committed Aug 13, 2024
1 parent 4a3da48 commit b88009b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/lib/ui/ProgressList/ProgressList.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
flex: 0 0 32px;
padding: 0.625rem 0 0.625rem 0.75rem;
width: 1.5rem;
svg {
width: 24px; /* needed for Safari to show the svg */
}
}

label {
Expand Down

0 comments on commit b88009b

Please sign in to comment.