kosei-n 2 лет назад
Родитель
Сommit
dfc99a72c3
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      apps/app/src/components/PageHeader/PageTitleHeader.tsx

+ 2 - 2
apps/app/src/components/PageHeader/PageTitleHeader.tsx

@@ -65,7 +65,7 @@ export const PageTitleHeader: FC<Props> = (props) => {
       className="row"
       onBlur={onBlurHandler}
     >
-      <div className="col-6">
+      <div className="col-4">
         <TextInputForPageTitleAndPath
           currentPage={currentPage}
           stateHandler={stateHandler}
@@ -74,7 +74,7 @@ export const PageTitleHeader: FC<Props> = (props) => {
           handleInputChange={handleInputChange}
         />
       </div>
-      <div className={`col-6 ${buttonStyle}`}>
+      <div className={`col-4 ${buttonStyle}`}>
         <button type="button" onClick={handleButtonClick}>
           <span className="material-symbols-outlined">check_circle</span>
         </button>