|
|
@@ -449,7 +449,7 @@ const Item: FC<ItemProps> = (props: ItemProps) => {
|
|
|
</div>
|
|
|
{ isRenameInputShown
|
|
|
? (
|
|
|
- <div className="d-block flex-fill">
|
|
|
+ <div className="flex-fill">
|
|
|
<NotDraggableForClosableTextInput>
|
|
|
<ClosableTextInput
|
|
|
value={nodePath.basename(page.path ?? '')}
|
|
|
@@ -515,7 +515,7 @@ const Item: FC<ItemProps> = (props: ItemProps) => {
|
|
|
</li>
|
|
|
|
|
|
{isEnableActions && isNewPageInputShown && (
|
|
|
- <div className="d-block flex-fill">
|
|
|
+ <div className="flex-fill">
|
|
|
<NotDraggableForClosableTextInput>
|
|
|
<ClosableTextInput
|
|
|
placeholder={t('Input page name')}
|