updated CSS to use word-wrap instead
This commit is contained in:
Родитель
f14048fb14
Коммит
a728dadebe
2
app.css
2
app.css
|
@ -196,7 +196,7 @@
|
||||||
color: #999;
|
color: #999;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
margin-bottom: 3px;
|
margin-bottom: 3px;
|
||||||
overflow: auto;
|
word-wrap: break-word;
|
||||||
|
|
||||||
&.name {
|
&.name {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче