mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
fix(form-layouts): page responsive
This commit is contained in:
parent
1c4c964e25
commit
d02132d769
1 changed files with 9 additions and 2 deletions
|
|
@ -1,5 +1,12 @@
|
|||
.full-width {
|
||||
flex: 1;
|
||||
margin-right: 1.5rem;
|
||||
min-width: 250px;
|
||||
min-width: 220px;
|
||||
}
|
||||
|
||||
nb-checkbox {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.form-inline > * {
|
||||
margin: 0 1.5rem 1.5rem 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue