Przeglądaj źródła

col adjustment for a table

kaoritokashiki 6 lat temu
rodzic
commit
b9cc7acdf9

+ 1 - 1
src/client/js/components/Admin/Security/SecuritySetting.jsx

@@ -58,8 +58,8 @@ class SecuritySetting extends React.Component {
         </div>
         </div>
           )}
           )}
 
 
-        <table className="table col-md-8 m-3">
         <h4>{ t('Page list and search results') }</h4>
         <h4>{ t('Page list and search results') }</h4>
+        <table className="table col-md-8 m-md-3">
           <thead>
           <thead>
             <tr>
             <tr>
               <th scope="col">{ t('Scope of page showing') }</th>
               <th scope="col">{ t('Scope of page showing') }</th>