Skip to content

Commit

Permalink
chore(multiple): improve styles for gui-form and textarea
Browse files Browse the repository at this point in the history
  • Loading branch information
nzbin committed Dec 31, 2023
1 parent 7c4bf32 commit d72643b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions projects/gui/gui-form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
--mat-expansion-header-expanded-state-height: 32px;

position: relative;
display: block;
font-size: 12px;

.mat-expansion-panel {
Expand Down
9 changes: 9 additions & 0 deletions projects/gui/textarea/textarea.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.gui-textarea {
.mat-mdc-text-field-wrapper {
padding: 0;
}

.mat-mdc-form-field-textarea-control {
padding: 0 8px;
}
}

0 comments on commit d72643b

Please sign in to comment.