word-wrap: anywhere on links in cells, refs #1805

This commit is contained in:
Simon Willison 2022-09-06 20:34:59 -07:00
commit bf8d84af54

View file

@ -446,6 +446,7 @@ th {
}
table a:link {
text-decoration: none;
word-wrap: anywhere;
}
.rows-and-columns td:before {
display: block;