mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Fix edit-list padding on mobile
This commit is contained in:
parent
6ea47a7de2
commit
a7d37ec5ff
1 changed files with 1 additions and 1 deletions
2
resources/assets/sass/dashboard.scss
vendored
2
resources/assets/sass/dashboard.scss
vendored
|
@ -258,7 +258,7 @@ body {
|
||||||
|
|
||||||
&.dashboard {
|
&.dashboard {
|
||||||
@include media-breakpoint-down(sm) {
|
@include media-breakpoint-down(sm) {
|
||||||
padding: 0px;
|
padding: 10px 8px 12px 8px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue