فهرست منبع

fix minwidth 150px

kaori 4 سال پیش
والد
کامیت
9d4a135f70
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      packages/app/src/components/SearchPage.tsx
  2. 1 1
      packages/app/src/styles/_search.scss

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

@@ -204,7 +204,7 @@ export const SearchPage = (props: Props): JSX.Element => {
       >
       >
         <button
         <button
           type="button"
           type="button"
-          className="btn btn-outline-danger border-0 px-2"
+          className="btn btn-outline-danger border-0 px-1 px-md-2"
           disabled={isDisabled}
           disabled={isDisabled}
           onClick={deleteAllButtonClickedHandler}
           onClick={deleteAllButtonClickedHandler}
         >
         >

+ 1 - 1
packages/app/src/styles/_search.scss

@@ -144,7 +144,7 @@
 
 
   // To fix the sort options position
   // To fix the sort options position
   .search-sort-option-btn {
   .search-sort-option-btn {
-    min-width: 12rem;
+    min-width: 150px;
   }
   }
   .search-control-include-options {
   .search-control-include-options {
     .card-body {
     .card-body {