diff options
author | TAMARA JERINIC <tamara.jerinic@gmail.com> | 2022-04-25 13:05:47 +0200 |
---|---|---|
committer | TAMARA JERINIC <tamara.jerinic@gmail.com> | 2022-04-25 13:05:47 +0200 |
commit | f20f77226f0106ed2c9e2bb7b49550f5e5eb4c50 (patch) | |
tree | e08fae17dfbeb801526ca2f31503816957db45f4 /frontend/src/app/_elements/form-model/form-model.component.css | |
parent | fd8abefd0caed47b7e3d7dd0abf10e747a18f82e (diff) |
Ažurirana komponenta form-model, dodata mogućnost iscrtavanja kartica za skrivene slojeve u zavisnosti od broja slojeva.
Diffstat (limited to 'frontend/src/app/_elements/form-model/form-model.component.css')
-rw-r--r-- | frontend/src/app/_elements/form-model/form-model.component.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/src/app/_elements/form-model/form-model.component.css b/frontend/src/app/_elements/form-model/form-model.component.css index b4477bce..f4d085ea 100644 --- a/frontend/src/app/_elements/form-model/form-model.component.css +++ b/frontend/src/app/_elements/form-model/form-model.component.css @@ -34,6 +34,8 @@ mat-icon{ padding: 0; color: white!important; background-color: var(--ns-bg-dark-100) !important; + min-width: none; + max-width: 12.5rem; } mat-form-field{ |