Skip to content

Commit b86a65f

Browse files
committed
add styles
1 parent 322008e commit b86a65f

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

projects/social_platform/src/app/office/feed/shared/new-project/new-project.component.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656

5757
&__description {
5858
margin-top: 7px;
59-
white-space: wrap;
60-
overflow-wrap: anywhere;
61-
word-break: break-word;
6259
color: var(--white);
60+
word-break: break-word;
61+
overflow-wrap: anywhere;
62+
white-space: wrap;
6363
}
6464
}

projects/social_platform/src/app/office/profile/edit/edit.component.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,9 +296,9 @@
296296

297297
&__text {
298298
color: var(--grey-for-text);
299-
white-space: wrap;
300-
overflow-wrap: anywhere;
301299
word-break: break-word;
300+
overflow-wrap: anywhere;
301+
white-space: wrap;
302302
}
303303
}
304304

projects/social_platform/src/styles/_global.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ label.field-label {
8383
color: var(--red) !important;
8484

8585
i {
86-
color: var(--red) !important;
86+
color: var(--red) !important;
8787
}
8888

8989
p {

0 commit comments

Comments
 (0)