8
0
Просмотр исходного кода

Added a class to the padding row in the TableCellPropertiesView.

Aleksander Nowodzinski 6 лет назад
Родитель
Сommit
8d7627ccee

+ 2 - 1
packages/ckeditor5-table/src/tablecellproperties/ui/tablecellpropertiesview.js

@@ -331,7 +331,8 @@ export default class TableCellPropertiesView extends View {
 				new FormRowView( locale, {
 					children: [
 						this.paddingInput
-					]
+					],
+					class: 'ck-table-cell-properties-form__padding-row'
 				} )
 			]
 		} ) );