mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-19 06:21:02 +00:00
fixed max width
This commit is contained in:
parent
2ac410b0dc
commit
49d098cce4
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ export default {
|
|||
white-space: pre-wrap;
|
||||
font-size: 14px;
|
||||
overflow: hidden;
|
||||
max-width: calc(100vw - 500px);
|
||||
max-width: 100%;
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue