mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-20 09:20:12 +01:00
fix(buttons): fix buttons responsiveness
This commit is contained in:
parent
612ae7e4c0
commit
5eb74be77f
3 changed files with 19 additions and 10 deletions
|
|
@ -81,10 +81,14 @@
|
|||
}
|
||||
}
|
||||
|
||||
@include media-breakpoint-down(xxxl) {
|
||||
@include media-breakpoint-down(is) {
|
||||
ngx-default-buttons /deep/ nb-card-header {
|
||||
flex-direction: column;
|
||||
margin-bottom: 0.5rem;
|
||||
align-items: left;
|
||||
|
||||
span {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue