소스 검색

added m-b-0 class to tab and category table

CauseFX 4 년 전
부모
커밋
a9e08516a3
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      api/pages/settings-tab-editor-categories.php
  2. 1 1
      api/pages/settings-tab-editor-tabs.php

+ 1 - 1
api/pages/settings-tab-editor-categories.php

@@ -86,7 +86,7 @@ let sortable = new Sortable(el, {
 	</div>
 	<div class="table-responsive">
 		<form id="submit-categories-form" onsubmit="return false;">
-			<table class="table table-hover manage-u-table">
+			<table class="table table-hover manage-u-table m-b-0">
 				<thead>
 					<tr>
 						<th width="70" class="text-center">#</th>

+ 1 - 1
api/pages/settings-tab-editor-tabs.php

@@ -79,7 +79,7 @@ function get_page_settings_tab_editor_tabs($Organizr)
 		</div>
 		<div class="table-responsive">
 			<form id="submit-tabs-form" onsubmit="return false;">
-				<table class="table table-hover manage-u-table">
+				<table class="table table-hover manage-u-table m-b-0">
 					<thead>
 						<tr>
 							<th width="20" class="text-center"></th>