From c870a5c7c26480f80f792683910f59a580339e28 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Fri, 16 Feb 2024 13:16:50 +0800 Subject: [PATCH] :art: fix https://ld246.com/article/1708051805344 --- app/src/assets/scss/business/_custom.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/src/assets/scss/business/_custom.scss b/app/src/assets/scss/business/_custom.scss index 356f9c132..329812876 100644 --- a/app/src/assets/scss/business/_custom.scss +++ b/app/src/assets/scss/business/_custom.scss @@ -7,6 +7,7 @@ padding: 4px 8px; line-height: 26px; min-height: 26px; + flex-wrap: wrap; &:hover { background-color: var(--b3-theme-background); @@ -34,6 +35,8 @@ .block__logo:not(.popover__block) { width: 160px; color: var(--b3-theme-on-surface); + align-self: flex-start; + margin-top: 5px; span { text-overflow: ellipsis; @@ -50,6 +53,8 @@ & > .block__icon { cursor: grab; + align-self: flex-start; + margin-top: 5px; &:hover { background-color: transparent;