CSS: Added line break to all items

Fixes #176
This commit is contained in:
Ilya Prokopenko 2021-10-09 19:01:32 +07:00
parent 2dfa540919
commit f611c89f13
No known key found for this signature in database
GPG key ID: 7736BBBB05F14A56

View file

@ -1,10 +1,3 @@
/*
Website's Style
Developers: Veselcraft
*/
html {
overflow-y: scroll;
}
@ -16,6 +9,8 @@ body {
text-align: left;
font-family: tahoma, verdana, arial, sans-serif;
font-size: 11px;
word-break: break-word;
word-wrap: break-word;
}
span {
@ -341,7 +336,6 @@ table {
padding: 3px 1px 3px;
color: #000;
width: 380px;
max-height: 39px;
height: auto !important;
}
@ -507,8 +501,6 @@ h4 {
.post-content .text {
padding: 4px;
font-size: 11px;
word-break: break-word;
word-wrap: break-word;
hyphens: manual;
}