Skip to content

Commit

Permalink
fix form field name cut off
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilWun committed Aug 19, 2024
1 parent 3840396 commit 6111329
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h1 mat-dialog-title>{{data.template ? 'Update' : 'Create'}} UI Template</h1>
<div mat-dialog-content>
<div mat-dialog-content class="dialog-content">
<div>
<mat-form-field class="form-field">
<mat-label>Name</mat-label>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
width: 100%

.description-textarea
min-height: 20ex
min-height: 20ex

.dialog-content
padding-top: 0.5rem

0 comments on commit 6111329

Please sign in to comment.