Skip to content

Commit

Permalink
Do not break link in the middle of a word.
Browse files Browse the repository at this point in the history
The breaking of links in a word is turned around, it's not for all links anymore but the break now has to be added to the exception in order to avoid side effects on the majority of links
  • Loading branch information
MichelGabriel authored and fxprunayre committed Aug 24, 2023
1 parent 51de002 commit edd7aad
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion web-ui/src/main/resources/catalog/style/gn.less
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ div[gn-transfer-ownership] * .list-group {

a {
word-wrap: break-word;
word-break: break-all;
}
.gn-break {
word-wrap: break-word;
Expand Down Expand Up @@ -947,6 +946,11 @@ i.fa-times.delete:hover {
.gn-status-lg {
font-size: inherit !important;
}
.gn-md-title {
a {
word-break: break-all;
}
}
}
}

Expand Down

0 comments on commit edd7aad

Please sign in to comment.