Skip to content

Commit 7830407

Browse files
committed
fix style for news field
1 parent 0949e28 commit 7830407

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

projects/social_platform/src/app/office/features/news-form/news-form.component.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
::ng-deep app-textarea {
1212
textarea {
1313
width: 100%;
14+
min-height: 50px;
15+
padding: 0 0 10px 8px;
1416
background: transparent;
1517
border: none;
16-
min-height: 50px;
17-
padding: 0px 0px 10px 8px;
1818

1919
&:focus {
20-
box-shadow: none;
2120
border: none;
21+
box-shadow: none;
2222
}
2323
}
2424
}

0 commit comments

Comments
 (0)