Skip to content

Commit

Permalink
Merge pull request #150 from I-GUIDE/144-how-to-cite-text-wrapping
Browse files Browse the repository at this point in the history
[#144] Citation text wrapping
  • Loading branch information
Maurier authored May 15, 2024
2 parents 6a011c5 + 45d64e0 commit d5a14e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/dataset/cd.dataset.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1175,7 +1175,7 @@ export default toNative(CdDataset);
.citation-text {
min-width: 0;
word-break: break-all;
word-break: break-word;
}
#graph-container {
Expand Down

0 comments on commit d5a14e6

Please sign in to comment.