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