* client: remove version truncate for desktop

This commit is contained in:
Ildar Kamalov 2019-07-05 18:27:15 +03:00
parent 2fe9819150
commit 71c1157ef5
1 changed files with 8 additions and 0 deletions

View File

@ -82,6 +82,14 @@
overflow: hidden; overflow: hidden;
} }
@media screen and (min-width: 992px) {
.nav-version__value {
max-width: 100%;
overflow: visible;
white-space: normal;
}
}
.nav-version__link { .nav-version__link {
position: relative; position: relative;
display: inline-block; display: inline-block;