diff options
Diffstat (limited to 'core/src')
-rw-r--r-- | core/src/globals.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/globals.js b/core/src/globals.js index 391941655ae..0ea4954d543 100644 --- a/core/src/globals.js +++ b/core/src/globals.js @@ -43,6 +43,7 @@ import marked from 'marked' import md5 from 'blueimp-md5' import moment from 'moment' import Select2 from 'select2' +import 'select2/select2.css' import 'snap.js/dist/snap' import 'strengthify' import 'strengthify/strengthify.css' |