Merge branch 'develop' of code-repo.d4science.org:MaDgIK/openaire-theme into develop
This commit is contained in:
commit
2df4b377a3
|
@ -29,6 +29,7 @@
|
||||||
border: @notification-message-border-width solid @notification-message-border;
|
border: @notification-message-border-width solid @notification-message-border;
|
||||||
border-radius: @notification-message-border-radius;
|
border-radius: @notification-message-border-radius;
|
||||||
box-shadow: @notification-message-box-shadow;
|
box-shadow: @notification-message-box-shadow;
|
||||||
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hook-notification-message-primary() {
|
.hook-notification-message-primary() {
|
||||||
|
|
|
@ -10,4 +10,5 @@
|
||||||
.hook-tooltip() {
|
.hook-tooltip() {
|
||||||
border: @tooltip-border-width solid @tooltip-border;
|
border: @tooltip-border-width solid @tooltip-border;
|
||||||
box-shadow: @tooltip-shadow;
|
box-shadow: @tooltip-shadow;
|
||||||
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue