From 096228abbbb145aa6ab812771f84256ac0e88c6e Mon Sep 17 00:00:00 2001 From: Jure Grabnar Date: Mon, 30 Sep 2019 14:32:09 +0200 Subject: [PATCH] Shorten padding format in scss --- app/assets/stylesheets/tiny_mce.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/assets/stylesheets/tiny_mce.scss b/app/assets/stylesheets/tiny_mce.scss index 3a4ddc868..c85b87a27 100644 --- a/app/assets/stylesheets/tiny_mce.scss +++ b/app/assets/stylesheets/tiny_mce.scss @@ -82,9 +82,7 @@ .restore-draft-notification { background: $state-info-bg !important; height: 25px !important; - padding-left: 10px !important; - padding-right: 10px !important; - padding-top: 5px !important; + padding: 5px 10px 0px 10px !important; .restore-draft-btn { border: 1px solid $color-silver-chalice;