diff --git a/sigma.css b/sigma.css index 64e795da..19d4eb34 100644 --- a/sigma.css +++ b/sigma.css @@ -624,6 +624,7 @@ sup { margin: 0 1.5rem 0 17rem; padding: 0.75rem; position: relative; + overflow-wrap: break-word; } /* ACTUALLY HIDE HIDDEN TAGS */ @@ -1204,11 +1205,6 @@ table { transition: 0.5s ease-in-out 0.1s; } - span, - a { - overflow-wrap: break-word; - } - .page-history tbody tr td:last-child { width: 35%; }