Merge "Prevent icon label overflow in focus state"

isekai
jenkins-bot 6 years ago committed by Gerrit Code Review
commit 89583faabd

@ -38,9 +38,9 @@
.icon; .icon;
display: inline-block; display: inline-block;
width: 20px; width: 20px;
height: 20px;
box-sizing: border-box; box-sizing: border-box;
margin-bottom: -0.5em; margin-bottom: -0.5em;
overflow: hidden;
} }
// Navigation column blocks // Navigation column blocks

Loading…
Cancel
Save