diff options
author | Thomas Lange <code@nerdmind.de> | 2021-08-09 21:22:47 +0200 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2021-08-09 21:25:18 +0200 |
commit | ca38821a3eab237bd55d2df34346b419ec36804c (patch) | |
tree | 053e73fe2dd9b64e9826441431999e0ae30e95a4 /theme/admin/rsrc/css/import | |
parent | ddceeb093b6cad9aae3f49e6618118a3277b0b07 (diff) | |
download | blog-ca38821a3eab237bd55d2df34346b419ec36804c.tar.gz blog-ca38821a3eab237bd55d2df34346b419ec36804c.tar.xz blog-ca38821a3eab237bd55d2df34346b419ec36804c.zip |
Show action button list in entity update template
Add a link to the current entity on the website and a link to the entity
delete form in the administration area's update.php templates.
Diffstat (limited to 'theme/admin/rsrc/css/import')
-rw-r--r-- | theme/admin/rsrc/css/import/_styles.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/theme/admin/rsrc/css/import/_styles.scss b/theme/admin/rsrc/css/import/_styles.scss index 1ed9fb9..f216d8f 100644 --- a/theme/admin/rsrc/css/import/_styles.scss +++ b/theme/admin/rsrc/css/import/_styles.scss @@ -519,6 +519,7 @@ img { # Grids ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ .form-grid { + clear: both; display: grid; grid-template-columns: repeat(2, 7.5rem minmax(0, 1fr)); |