zamis hace 5 años
padre
commit
7386a8bcb6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/client/js/components/Page/DisplaySwitcher.jsx

+ 1 - 1
src/client/js/components/Page/DisplaySwitcher.jsx

@@ -18,7 +18,7 @@ const DisplaySwitcher = (props) => {
     <>
       <TabContent activeTab={editorMode}>
         <TabPane tabId="view">
-          <div className="grw-page-accesories-mobile d-flex d-lg-none justify-content-end border-bottom">
+          <div className="d-flex d-lg-none justify-content-end border-bottom">
             <PageAccessories />
           </div>
           <Page />