From 36026b8ccb086bde511c07832c6040358d1f093c Mon Sep 17 00:00:00 2001 From: NikolaBorislavovHristov Date: Fri, 15 Jun 2018 15:55:46 +0300 Subject: [PATCH] hide nav tab label when width is below 1100px --- src/common/NavBar/NavTab/styles.less | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/common/NavBar/NavTab/styles.less b/src/common/NavBar/NavTab/styles.less index 77a8939f9..175b895c4 100644 --- a/src/common/NavBar/NavTab/styles.less +++ b/src/common/NavBar/NavTab/styles.less @@ -30,4 +30,12 @@ font-size: 15px; margin-left: 10px; } +} + +@media only screen and (max-width: 1100px) { + .nav-tab { + .nav-tab-label { + display: none; + } + } } \ No newline at end of file