removed hyphens from notification text
This commit is contained in:
parent
97e823801d
commit
f1f1c137f1
2
components/dist/notifications.js
vendored
2
components/dist/notifications.js
vendored
@ -43,9 +43,7 @@ smNotifications.innerHTML = `
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
word-break: break-all;
|
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
hyphens: auto;
|
|
||||||
padding: max(1rem,1.5vw);
|
padding: max(1rem,1.5vw);
|
||||||
align-items: center;
|
align-items: center;
|
||||||
box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.14);
|
box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.14);
|
||||||
|
|||||||
2
components/dist/notifications.min.js
vendored
2
components/dist/notifications.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user