Skip to content

Commit

Permalink
feat(admin-ui): fix bootstrap typehead css import
Browse files Browse the repository at this point in the history
  • Loading branch information
harryandriyan committed Oct 31, 2022
1 parent 37fc5a2 commit 2567f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin-ui/app/styles/plugins/plugins.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import "~react-toggle/style.css";
@import '~react-bootstrap-typeahead/css/Typeahead.css';
@import '~react-bootstrap-typeahead/css/Typeahead-bs4.css';
@import 'react-bootstrap-typeahead/css/Typeahead.css';
@import "~react-datepicker/dist/react-datepicker.css";
@import "~react-grid-layout/css/styles.css";
@import "~rc-slider/assets/index.css";

0 comments on commit 2567f56

Please sign in to comment.