Skip to content

Commit

Permalink
Remove float as it caused issues in Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
HDinger authored and oliverguenther committed Jan 22, 2024
1 parent 5a009d2 commit 5a33e78
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,7 @@
background-color: #F8F6A5
border: none
display: block
float: left
min-height: 84px
min-height: 100px
margin: 5px
padding: 5px
position: relative
Expand All @@ -142,9 +141,8 @@
border: none
cursor: move
display: block
float: left
font-size: 10px
height: 80px
height: 85px
padding: 5px
margin: 5px 0px
position: relative
Expand All @@ -167,7 +165,7 @@
bottom: -5px
color: #FFFFFF
font-size: 9px
height: 13px
height: 18px
padding-left: 5px
padding-right: 5px
position: absolute
Expand Down

0 comments on commit 5a33e78

Please sign in to comment.