8
0
فهرست منبع

Added a class to the padding row in the TableCellPropertiesView.

Aleksander Nowodzinski 6 سال پیش
والد
کامیت
8d7627ccee
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      packages/ckeditor5-table/src/tablecellproperties/ui/tablecellpropertiesview.js

+ 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'
 				} )
 			]
 		} ) );