Преглед изворни кода

rename classname by moving the position

kaoritokashiki пре 5 година
родитељ
комит
802c9839fe

+ 1 - 1
src/client/js/components/PageAccessoriesModal.jsx

@@ -103,7 +103,7 @@ const PageAccessoriesModal = (props) => {
     <React.Fragment>
       <Modal size="xl" isOpen={props.isOpen} toggle={closeModalHandler} className="grw-page-accessories-modal">
         {/* [TODO: insert a modal header and move nav tabs there  by gw-3890] */}
-        <ModalBody className="overflow-auto grw-tab-content-style">
+        <ModalBody className="overflow-auto grw-modal-body-style">
           <Nav className="nav-title" id="nav-title">
             {Object.entries(navTabMapping).map(([key, value]) => {
               return (

+ 1 - 1
src/client/styles/scss/_page_accessaries_modal.scss

@@ -5,7 +5,7 @@
     margin-right: 5px;
   }
 
-  .grw-tab-content-style {
+  .grw-modal-body-style {
     max-height: 80vh;
   }
 }