We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0949e28 commit 7830407Copy full SHA for 7830407
1 file changed
projects/social_platform/src/app/office/features/news-form/news-form.component.scss
@@ -11,14 +11,14 @@
11
::ng-deep app-textarea {
12
textarea {
13
width: 100%;
14
+ min-height: 50px;
15
+ padding: 0 0 10px 8px;
16
background: transparent;
17
border: none;
- min-height: 50px;
- padding: 0px 0px 10px 8px;
18
19
&:focus {
20
- box-shadow: none;
21
+ box-shadow: none;
22
}
23
24
0 commit comments