mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
word-break: break-word;
This commit is contained in:
parent
dab4b73f7d
commit
f49d15a758
1 changed files with 2 additions and 1 deletions
|
|
@ -119,7 +119,8 @@ h6,
|
|||
font-weight: 700;
|
||||
font-size: 1rem;
|
||||
margin: 0;
|
||||
padding: 0
|
||||
padding: 0;
|
||||
word-break: break-word;
|
||||
}
|
||||
h1,
|
||||
.header1 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue