This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
Sugoimusic
/
Frontend
Прати
2
Волим
0
Креирај огранак
1
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
Improve word-breaking
undefined
spaghetti
пре 8 година
committed by
Tomochin
родитељ
39b6f5b131
комит
a44c2cae11
1 измењених фајлова
са
8 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-1
static/styles/global.css
+ 8
- 1
static/styles/global.css
Прегледај датотеку
@@ -17,7 +17,14 @@
.flex_input_container > input[type=text]{
flex-grow: 1;
box-sizing: border-box;
width: 100%;
width: 50%;
}
.body, .profileinfo {
word-wrap: break-word;
word-break: break-all;
word-break: break-word;
hyphens: auto;
}
input, textarea {
Write
Preview
Loading…
Откажи
Сачувај