mirror of
https://github.com/YGGverse/btracker.git
synced 2026-03-31 17:15:31 +00:00
break-word on long titles
This commit is contained in:
parent
37c3c0cc4e
commit
255a48bb58
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ h1, h2, h3, h4, h5 {
|
||||||
h1, h2 {
|
h1, h2 {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
padding: 0 8px;
|
padding: 0 8px;
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue