🐛 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

@@ -255,6 +255,7 @@ export default {
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
word-break: keep-all;
overflow: hidden;
span.text {
white-space: nowrap;
}
@@ -385,6 +386,7 @@ p.description {
font-size: .9em;
line-height: 1rem;
height: 2rem;
overflow: hidden;
}
}
}