Fix overflow caused by long URL tooltips (#73)

* Fix overflow caused by long URL tooltips

* Break URL tooltips to prevent horizontal page overflows

---------

Co-authored-by: zebrapurring <>
Co-authored-by: Matt Kilgore <tankerkiller125@users.noreply.github.com>
This commit is contained in:
zebrapurring
2024-06-28 20:27:02 +02:00
committed by GitHub
parent b4be462ce5
commit fff0f4344c

View File

@@ -6,6 +6,10 @@
text-transform: none !important;
}
.tooltip {
overflow-wrap: break-word;
}
/* transparent subtle scrollbar */
::-webkit-scrollbar {
width: 0.2em;