mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-07-28 04:30:43 +02:00
Fix minor CSS layout issue #1717
This commit is contained in:
@@ -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
|
||||
|
||||
2
themes/grav/css-compiled/template.css
vendored
2
themes/grav/css-compiled/template.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user