From e217b0ace6540ffbd08c90b018bc25dfeda1e0c8 Mon Sep 17 00:00:00 2001 From: Isarra Date: Sat, 17 Aug 2019 18:34:18 +0000 Subject: [PATCH] Prevent icon label overflow in focus state ...or something? Bug: T174314 Change-Id: I3068cd1379ebbade93be784364101bad768a5dfc --- resources/mixins.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/mixins.less b/resources/mixins.less index a54b404..c2ab4cc 100644 --- a/resources/mixins.less +++ b/resources/mixins.less @@ -38,9 +38,9 @@ .icon; display: inline-block; width: 20px; - height: 20px; box-sizing: border-box; margin-bottom: -0.5em; + overflow: hidden; } // Navigation column blocks