소스 검색

Fix horizontal padding

panr 5 년 전
부모
커밋
975158064b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/ckeditor5-ui/theme/components/formheader/formheader.css

+ 1 - 1
packages/ckeditor5-ui/theme/components/formheader/formheader.css

@@ -13,7 +13,7 @@
 	flex-wrap: nowrap;
 	align-items: center;
 	justify-content: space-between;
-	padding: var(--ck-spacing-small) var(--ck-spacing-standard);
+	padding: var(--ck-spacing-small) var(--ck-spacing-large);
 	height: var(--ck-table-form-header-height);
 	line-height: var(--ck-table-form-header-height);
 	border-bottom: 1px solid var(--ck-color-base-border);