We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 322008e commit b86a65fCopy full SHA for b86a65f
3 files changed
projects/social_platform/src/app/office/feed/shared/new-project/new-project.component.scss
@@ -56,9 +56,9 @@
56
57
&__description {
58
margin-top: 7px;
59
- white-space: wrap;
60
- overflow-wrap: anywhere;
61
- word-break: break-word;
62
color: var(--white);
+ word-break: break-word;
+ overflow-wrap: anywhere;
+ white-space: wrap;
63
}
64
projects/social_platform/src/app/office/profile/edit/edit.component.scss
@@ -296,9 +296,9 @@
296
297
&__text {
298
color: var(--grey-for-text);
299
300
301
word-break: break-word;
302
303
304
projects/social_platform/src/styles/_global.scss
@@ -83,7 +83,7 @@ label.field-label {
83
color: var(--red) !important;
84
85
i {
86
- color: var(--red) !important;
+ color: var(--red) !important;
87
88
89
p {
0 commit comments