Merge branch 'develop' of code-repo.d4science.org:MaDgIK/openaire-theme into develop

This commit is contained in:
Konstantinos Triantafyllou 2023-08-25 15:40:52 +03:00
commit 2df4b377a3
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;
}