mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-03-14 22:48:35 +03:00
* client: remove version truncate for desktop
This commit is contained in:
parent
2fe9819150
commit
71c1157ef5
1 changed files with 8 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue