* client: remove version truncate for desktop
This commit is contained in:
parent
2fe9819150
commit
71c1157ef5
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue