Skip to content

Commit

Permalink
move overflow-wrap property
Browse files Browse the repository at this point in the history
  • Loading branch information
SYwaves committed Oct 16, 2023
1 parent b9fc2a1 commit ba0d8cf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions sigma.css
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,7 @@ sup {
margin: 0 1.5rem 0 17rem;
padding: 0.75rem;
position: relative;
overflow-wrap: break-word;
}

/* ACTUALLY HIDE HIDDEN TAGS */
Expand Down Expand Up @@ -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%;
}
Expand Down

0 comments on commit ba0d8cf

Please sign in to comment.