|
|
@@ -10,11 +10,11 @@ const OptionsSelector = dynamic(() => import('~/components/PageEditor/OptionsSel
|
|
|
const EditorNavbarBottom = (): JSX.Element => {
|
|
|
return (
|
|
|
<div className="border-top" data-testid="grw-editor-navbar-bottom">
|
|
|
- <div className={`flex-expand-horiz align-items-center px-2 py-1 py-md-2 px-md-3 ${moduleClass}`}>
|
|
|
- <form className="m-2 me-auto">
|
|
|
+ <div className={`flex-expand-horiz align-items-center p-2 ps-md-3 pe-md-4 ${moduleClass}`}>
|
|
|
+ <form className="me-auto">
|
|
|
<OptionsSelector />
|
|
|
</form>
|
|
|
- <form className="m-2">
|
|
|
+ <form>
|
|
|
<SavePageControls />
|
|
|
</form>
|
|
|
</div>
|