padding alignment

This commit is contained in:
Andy Miller
2020-02-24 11:04:10 -07:00
parent 122048806d
commit 33ea4e4fa1
6 changed files with 63 additions and 57 deletions

View File

@@ -3,6 +3,8 @@
1. [](#new)
* Enable admin cache by default (for existing sites, check `Plugins > Admin Panel > Enable Admin Caching`)
1. [](#bugfix)
* Fixed minor UI padding in Flex pages [#1825](https://github.com/getgrav/grav-plugin-admin/issues/1825)
# v1.10.0-rc.6
## 02/11/2020

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -79,6 +79,10 @@
}
}
.fjs-path-bar {
margin-bottom: -1rem;
}
.fjs-col {
width: 33.33333334%;
min-width: 300px;
@@ -831,4 +835,4 @@
margin-right: 0;
}
}
}
}