From c0d0c6f5a9183ecbafca3499194d4820a6c2e68c Mon Sep 17 00:00:00 2001 From: ghost Date: Sat, 2 Sep 2023 23:30:05 +0300 Subject: [PATCH] fix paddings --- .../assets/theme/default/css/framework.css | 4 ++++ src/public/edit.php | 18 +++++++++--------- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/src/public/assets/theme/default/css/framework.css b/src/public/assets/theme/default/css/framework.css index dd1e726..55a58be 100644 --- a/src/public/assets/theme/default/css/framework.css +++ b/src/public/assets/theme/default/css/framework.css @@ -133,6 +133,10 @@ padding: 4px; } +.padding-t-4 { + padding-top: 4px; +} + .padding-y-4 { padding-top: 4px; padding-bottom: 4px; diff --git a/src/public/edit.php b/src/public/edit.php index 7a9b2be..a960652 100644 --- a/src/public/edit.php +++ b/src/public/edit.php @@ -557,7 +557,7 @@ else {
-
-