Skip to content

Commit

Permalink
fix: badge positioning in safari desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
salzig committed Aug 6, 2024
1 parent 0a2ef66 commit 60692a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/application.sass
Original file line number Diff line number Diff line change
Expand Up @@ -375,3 +375,7 @@ footer
max-width: 100%
display: block
margin: auto

// boostrap sadly overrides it's own card(display:flex) with .card-columns .card(display:inline-block), which breaks the badge layout in safari
.card-columns .card
display: flex

0 comments on commit 60692a5

Please sign in to comment.