Skip to content

Commit

Permalink
Bump angular json schema form (#4564)
Browse files Browse the repository at this point in the history
* Bump angular json schema form

* Handle bug where mat-error maring is too big
- We may want to consider moving this upstream

Co-authored-by: Richard Cox <richard.cox@suse.com>
  • Loading branch information
nwmac and richard-cox authored Sep 10, 2020
1 parent a987ee7 commit 051338a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"rxjs": "^6.5.5",
"rxjs-spy": "^7.0.2",
"rxjs-websockets": "~8.0.1",
"@cfstratos/ajsf-material": "^0.1.5",
"@cfstratos/ajsf-material": "^0.1.6",
"ts-md5": "^1.2.7",
"tslib": "^1.10.0",
"web-animations-js": "^2.3.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
json-schema-form {
mat-error.mat-error {
margin-bottom: .05rem;
}
}
1 change: 1 addition & 0 deletions src/frontend/packages/core/src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
@import '../sass/components/mat-tabs';
@import '../sass/components/mat-table';
@import '../sass/components/mat-button-toggle-group';
@import '../sass/components/json-schema-form';

body {
font-family: Lato, sans-serif; // font-size: 13px;
Expand Down

0 comments on commit 051338a

Please sign in to comment.