Browse Source

Docs: Adjusted a column width in the CKEditor migration guide. Also removed a redundant inline style.

Marek Lewandowski 6 years ago
parent
commit
70c2f62369
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/builds/guides/migrate.md

+ 2 - 2
docs/builds/guides/migrate.md

@@ -76,11 +76,11 @@ Note: The number of options was reduced on purpose. We understood that configuri
 
 .docsearch-txt tr th:nth-child( 1 ),
 .docsearch-txt tr td:nth-child( 1 ) {
-	width: 300px;
+	width: 250px;
 }
 </style>
 
-<table class="docsearch-txt" style="table-layout: fixed">
+<table class="docsearch-txt">
 	<thead>
 		<tr>
 			<th>CKEditor 4</th>