From ea92f832c6a9e6177573a37031d2e5f6477cf46e Mon Sep 17 00:00:00 2001 From: rulingcom Date: Tue, 7 Dec 2021 06:34:01 +0000 Subject: [PATCH] fix error --- assets/stylesheets/template/modules/menu.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/stylesheets/template/modules/menu.scss b/assets/stylesheets/template/modules/menu.scss index 8e63963..337bc6f 100644 --- a/assets/stylesheets/template/modules/menu.scss +++ b/assets/stylesheets/template/modules/menu.scss @@ -35,7 +35,8 @@ margin: 0 0 0.8em 0; -webkit-flex-flow: row wrap; list-style: none; - width:100%; + float: left !import; + //width:100%; padding-top: 10px; display: flex; }