Connect Admin release 30th August 2023 #4

Merged
k.triantafyllou merged 8 commits from develop into master 2023-08-30 12:49:33 +02:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 2df4b377a3 - Show all commits

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;
}