This is an automated email from the ASF dual-hosted git repository.

dklco pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git

commit f0fc25dc1a95095d927a73f5aad074a292bea017
Author: Dan Klco <[email protected]>
AuthorDate: Mon Mar 29 23:06:54 2021 -0400

    Minor - fixing action bar overflow at specific breakpoints
---
 ui/src/main/frontend/scss/cms.scss | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ui/src/main/frontend/scss/cms.scss 
b/ui/src/main/frontend/scss/cms.scss
index e086eca..f3fbc5c 100644
--- a/ui/src/main/frontend/scss/cms.scss
+++ b/ui/src/main/frontend/scss/cms.scss
@@ -195,6 +195,10 @@ small.card-footer-item {
   padding: 12px 0;
 }
 
+.Main-Content .level-left {
+  overflow-x: auto;
+}
+
 .main-section {
   flex-grow: 1;
   @media screen and (min-width: $tablet), print {

Reply via email to