fixed max width

This commit is contained in:
supertiger 2019-02-20 08:27:55 +00:00
parent 2ac410b0dc
commit 49d098cce4

View file

@ -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;
}