🐛 Fixed #1004 - text overflow in tooltip

This commit is contained in:
Alicia Sykes
2023-12-30 14:04:58 +00:00
parent e7bc1457d7
commit 89ea73062e
3 changed files with 4 additions and 1 deletions

View File

@@ -103,6 +103,7 @@ html {
border-radius: var(--curve-factor-small);
color: var(--description-tooltip-color);
padding: var(--tooltip-padding);
overflow: hidden;
}
.tooltip-arrow {
width: 0;