mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-21 13:23:14 +01:00
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:
@@ -6,6 +6,10 @@
|
||||
text-transform: none !important;
|
||||
}
|
||||
|
||||
.tooltip {
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
/* transparent subtle scrollbar */
|
||||
::-webkit-scrollbar {
|
||||
width: 0.2em;
|
||||
|
||||
Reference in New Issue
Block a user