Skip to content

Commit bcb9d58

Browse files
committed
Profile settings disabled resize bug
1 parent 8b05355 commit bcb9d58

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/app/components/profile/profile-settings.component.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ md-input-container {
1717
width: 100%;
1818
}
1919

20+
textarea {
21+
resize: none;
22+
}
23+
2024
.avatar {
2125
margin: 10px auto;
2226
width: 120px;

0 commit comments

Comments
 (0)