From 8661a1e799514f1c920effc38fc6dd21df68c098 Mon Sep 17 00:00:00 2001 From: neverland Date: Tue, 18 Aug 2020 17:14:09 +0800 Subject: [PATCH] style(Search): increase left padding to 12px (#7014) --- src/search/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/search/index.less b/src/search/index.less index f24bedc8f..8471762c9 100644 --- a/src/search/index.less +++ b/src/search/index.less @@ -10,7 +10,7 @@ &__content { display: flex; flex: 1; - padding-left: @padding-xs; + padding-left: @padding-sm; background-color: @search-content-background-color; border-radius: @border-radius-sm;