Skip to content

Commit

Permalink
Fixed select2 css not being loaded.
Browse files Browse the repository at this point in the history
  • Loading branch information
Valiec committed Jul 22, 2024
1 parent a39f504 commit 5ecd4c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ $menu-item-hover-background-color: lightgray;
//$input-border-color: transparent;
//$input-shadow: none;

@import "select2-bulma-fixes";

@import "bulma";

.icon {
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<%= csp_meta_tag %>

<link rel="stylesheet" media="all" href="https://cdn.datatables.net/v/dt/dt-1.12.0/b-1.7.1/b-html5-1.7.1/b-print-1.7.1/r-2.3.0/sl-1.4.0/datatables.min.css" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/select2.min.css" rel="stylesheet" />
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbo-track': 'reload' %>
<%= javascript_importmap_tags %>
<%= yield :head %>
Expand Down

0 comments on commit 5ecd4c2

Please sign in to comment.