diff --git a/com.twin.app.shoptime/src/views/CategoryPanel/CategoryPanel.module.less b/com.twin.app.shoptime/src/views/CategoryPanel/CategoryPanel.module.less index 11173112..cdc934f0 100644 --- a/com.twin.app.shoptime/src/views/CategoryPanel/CategoryPanel.module.less +++ b/com.twin.app.shoptime/src/views/CategoryPanel/CategoryPanel.module.less @@ -26,6 +26,11 @@ right: 0; top: 50%; transform: translateY(-50%); + > div { + > div { + max-width:240px; + } + } &.categoryDropdown { > div { > div { diff --git a/com.twin.app.shoptime/src/views/SearchPanel/SearchResults.new.v2.module.less b/com.twin.app.shoptime/src/views/SearchPanel/SearchResults.new.v2.module.less index c9f9b90b..481afb99 100644 --- a/com.twin.app.shoptime/src/views/SearchPanel/SearchResults.new.v2.module.less +++ b/com.twin.app.shoptime/src/views/SearchPanel/SearchResults.new.v2.module.less @@ -58,7 +58,7 @@ font-size: 24px !important; border-radius: 6px !important; padding: 0 12px !important; - width:300px !important; + width:290px !important; > div:first-child { background-color: #808080 !important; }