Browse Source

delete unuse

zamis 5 năm trước cách đây
mục cha
commit
7386a8bcb6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 />