Преглед на файлове

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

Marek Lewandowski преди 6 години
родител
ревизия
70c2f62369
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  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>