From 71c1157ef56fa456698e828b3d4ff992d62199ff Mon Sep 17 00:00:00 2001 From: Ildar Kamalov Date: Fri, 5 Jul 2019 18:27:15 +0300 Subject: [PATCH] * client: remove version truncate for desktop --- client/src/components/Header/Header.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/client/src/components/Header/Header.css b/client/src/components/Header/Header.css index 181045bf..d748e066 100644 --- a/client/src/components/Header/Header.css +++ b/client/src/components/Header/Header.css @@ -82,6 +82,14 @@ overflow: hidden; } +@media screen and (min-width: 992px) { + .nav-version__value { + max-width: 100%; + overflow: visible; + white-space: normal; + } +} + .nav-version__link { position: relative; display: inline-block;