Skip to content
Snippets Groups Projects
Unverified Commit 4af8fd38 authored by Paul Kaplan's avatar Paul Kaplan Committed by GitHub
Browse files

Merge pull request #4380 from paulkaplan/fix-backpack-squishes

Fix backpack squishing
parents 97319fdd 8be41dda
No related branches found
No related tags found
No related merge requests found
...@@ -72,6 +72,7 @@ ...@@ -72,6 +72,7 @@
width: 4rem; width: 4rem;
height: 4.5rem; height: 4.5rem;
margin: 0 0.25rem; margin: 0 0.25rem;
flex-shrink: 0;
/* Need to hide overflow because of background setting below */ /* Need to hide overflow because of background setting below */
overflow: hidden; overflow: hidden;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment