You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2021/04/02 13:05:38 UTC

[sling-org-apache-sling-app-cms] 04/08: Minor - fixing action bar overflow at specific breakpoints

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 <kl...@adobe.com>
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 {