Better handle long tag names

This commit is contained in:
Michael Shamoon
2022-05-23 11:24:13 -07:00
parent 400f1d37bf
commit 5bbcc7f2f7
3 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
a {
cursor: pointer;
white-space: normal;
word-break: break-word;
text-align: end;
}