8
0
فهرست منبع

Add min-width and min-height css for color tile button.

Mateusz Samsel 6 سال پیش
والد
کامیت
25a393eb08
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      packages/ckeditor5-font/theme/fontcolor.css

+ 2 - 0
packages/ckeditor5-font/theme/fontcolor.css

@@ -22,6 +22,8 @@
 .ck .ck-color-table__color-tile {
 	width: var(--ck-table-color-tile-size);
 	height: var(--ck-table-color-tile-size);
+	min-width: var(--ck-table-color-tile-size);
+	min-height: var(--ck-table-color-tile-size);
 	border-radius: var(--ck-border-radius);
 	cursor: pointer;
 	transition: 200ms ease box-shadow;