8
0
Pārlūkot izejas kodu

Internal: CSS adjustments.

Marek Lewandowski 6 gadi atpakaļ
vecāks
revīzija
513abfcf04

+ 1 - 0
packages/ckeditor5-special-characters/src/ui/symbolgridview.js

@@ -9,6 +9,7 @@
 
 import SymbolTileView from './symboltileview';
 import GridView from '@ckeditor/ckeditor5-ui/src/gridview';
+import '../../theme/components/symbolgrid/symbolgrid.css';
 
 /**
  * A grid of {@link module:special-characters/ui/symboltileview~symbolTileView symbol tiles}.

+ 8 - 0
packages/ckeditor5-special-characters/theme/components/symbolgrid/symbolgrid.css

@@ -0,0 +1,8 @@
+/*
+ * Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+ */
+
+ .ck.ck-symbol-grid {
+	display: grid;
+}