Преглед изворни кода

Merge pull request #4745 from weseek/feat/80324-82200-seach-control-margin

82200 margin in search control
Mao пре 4 година
родитељ
комит
548acb3ba9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/app/src/components/SearchPage/SearchControl.tsx

+ 1 - 1
packages/app/src/components/SearchPage/SearchControl.tsx

@@ -62,7 +62,7 @@ const SearchControl: FC <Props> = (props: Props) => {
         </div>
       </div>
       {/* TODO: replace the following elements deleteAll button , relevance button and include specificPath button component */}
-      <div className="d-flex align-items-center py-3 border-bottom border-gray">
+      <div className="d-flex align-items-center py-2 border-bottom border-gray">
         <div className="d-flex mr-auto ml-4">
           {/* Todo: design will be fixed in #80324. Function will be implemented in #77525 */}
           <DeleteSelectedPageGroup