Fix minor CSS layout issue #1717

This commit is contained in:
Andy Miller
2019-07-12 11:17:13 -06:00
parent b7cc19893c
commit 9fcccdf194
4 changed files with 5 additions and 6 deletions

View File

@@ -8,6 +8,7 @@
* Regression: Page Preview not working, bad url [#1715](https://github.com/getgrav/grav-plugin-admin/issues/1715)
* Fixed '+New Folder' to work with new parent picker
* Fixed missing XSS check field when editing modular page as raw
* Fix minor CSS layout issue [#1717](https://github.com/getgrav/grav-plugin-admin/issues/1717)
# v1.10.0-beta.4
## 07/01/2019

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -124,14 +124,12 @@ tr {
td {
&.gpm-actions {
padding-right: $padding-default + 1rem;
}
&.gpm-actions {
line-height: 1;
text-align: right;
position: relative;
padding-right: $padding-default + 1rem;
min-height: 38px;
.gpm-details-expand {
position: absolute;