fix: increase tooltip max-width from 280px to 420px to reduce wrapping
This commit is contained in:
@@ -453,7 +453,7 @@
|
||||
.hu-tooltip {
|
||||
position: fixed;
|
||||
z-index: 9999;
|
||||
max-width: 280px;
|
||||
max-width: 420px;
|
||||
padding: 0.4rem 0.6rem;
|
||||
border-radius: 4px;
|
||||
font-size: 0.8rem;
|
||||
|
||||
Reference in New Issue
Block a user