mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
word-wrap: anywhere on links in cells, refs #1805
This commit is contained in:
parent
5aa359b869
commit
bf8d84af54
1 changed files with 1 additions and 0 deletions
|
|
@ -446,6 +446,7 @@ th {
|
||||||
}
|
}
|
||||||
table a:link {
|
table a:link {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
word-wrap: anywhere;
|
||||||
}
|
}
|
||||||
.rows-and-columns td:before {
|
.rows-and-columns td:before {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue