From 62c6eee23cb1a9f2a86d71814164b3538408b376 Mon Sep 17 00:00:00 2001 From: lakejason0 Date: Mon, 20 Sep 2021 20:10:14 +0800 Subject: [PATCH] Remove display flex for search vue Rebased from commit "Update" 538ba184e94f829d7952fdcfd62574194c0cae11 Bug: #21 Change-Id: I4442c6ab607e1014b84ce71fc0b76d4010e89dbc --- resources/skin.less | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/skin.less b/resources/skin.less index cf98931..6b13be2 100644 --- a/resources/skin.less +++ b/resources/skin.less @@ -201,7 +201,6 @@ p { @media screen and ( max-width: @width-breakpoint-tablet ) { width: 100%; - display: flex; justify-content: center; margin: 5px auto; }