Better handle long tag names

This commit is contained in:
Michael Shamoon
2022-05-23 11:24:13 -07:00
parent 8f81cfeb4c
commit 2ea432698a
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;
}