Add word-break in tooltips and notifcations

This commit is contained in:
Konstantinos Triantafyllou 2023-07-27 15:51:58 +03:00
parent 5268f27724
commit 7fbb8b67d4
2 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@
border: @notification-message-border-width solid @notification-message-border;
border-radius: @notification-message-border-radius;
box-shadow: @notification-message-box-shadow;
word-break: break-all;
}
.hook-notification-message-primary() {

View File

@ -10,4 +10,5 @@
.hook-tooltip() {
border: @tooltip-border-width solid @tooltip-border;
box-shadow: @tooltip-shadow;
word-break: break-all;
}