mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-23 02:17:47 +01:00
add word break :p
This commit is contained in:
parent
0b834530a9
commit
1516029d41
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ a {
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
-webkit-line-clamp: 1;
|
-webkit-line-clamp: 1;
|
||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
.video-sub-info.description {
|
.video-sub-info.description {
|
||||||
|
|
Loading…
Reference in a new issue