From 253d0cabb43e3ce045929c712ee38ff7d5cf9d70 Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Wed, 6 Apr 2022 10:04:33 +0530 Subject: [PATCH] fix: Move custom-actions under page-actions Change in custom-actions was affecting custom-actions in timeline the issue was introduced with https://github.com/frappe/frappe/pull/16470 --- frappe/public/scss/desk/page.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frappe/public/scss/desk/page.scss b/frappe/public/scss/desk/page.scss index 5206e2919c..b0a24eed38 100644 --- a/frappe/public/scss/desk/page.scss +++ b/frappe/public/scss/desk/page.scss @@ -51,11 +51,6 @@ } } -.custom-actions { - display: flex; - align-items: center; -} - .page-actions { align-items: center; .btn { @@ -72,6 +67,11 @@ .custom-btn-group { display: inline-flex; } + + .custom-actions { + display: flex; + align-items: center; + } } .layout-main-section-wrapper {