Skip to content

Commit

Permalink
ui: prevent checksum popup overflowing on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
carlinmack authored and slint committed Mar 27, 2024
1 parent 7ccc6b9 commit b1ced3b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/less/zenodo-rdm/modules/popup.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,9 @@
}
}
}

[data-tooltip]::after {
width: max-content;
max-width: 80vw;
white-space: break-spaces;
}

0 comments on commit b1ced3b

Please sign in to comment.