there is difference between css from the gem and when I put it manually #139
Closed
laptopmutia
started this conversation in
General
Replies: 1 comment
-
@joyoy96 thanks for the report! You're most likely not running the latest version of the gem (v0.2.1). The code you're copying is from the latest version. Please update your gem to the latest version and let me know if it's not fixed for you. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
so there is option for the css to use
<%= combobox_style_tag %>
or using*= require hotwire_combobox
but those two gives difference css compared to when I add hotwire_combobox.css to my
/app/assets/stylesheets/
and copy the code from here https://github.com/josefarias/hotwire_combobox/blob/main/app/assets/stylesheets/hotwire_combobox.cssIdk why
here is with the head tag and adding the css to application.css
here is how adding the css manually looks like
Beta Was this translation helpful? Give feedback.
All reactions