mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Fix word break in facets by adding ul.tight-bullets li word-break: break-all (#1794)
Thanks, @dmr
This commit is contained in:
parent
64288d827f
commit
c9d1943aed
1 changed files with 1 additions and 0 deletions
|
|
@ -260,6 +260,7 @@ ul.bullets li {
|
||||||
ul.tight-bullets li {
|
ul.tight-bullets li {
|
||||||
list-style-type: disc;
|
list-style-type: disc;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
a.not-underlined {
|
a.not-underlined {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue