Apparently, the emojione.sprites.css is overriding the selectize.bootstrap3.css on issue page. This patch makes sure that the font-size and styling is consistent throughout.
Fixes : https://pagure.io/pagure/issue/1655
You can just override the following styling and make them as in fedora-bootstrap.css no need to add additional changes.
#home .dropdown-menu { box-shadow: none; border: 1px solid rgba(0,0,0,.15); padding: 5px 0; margin: 2px 0 0; font-size: 1rem; letter-spacing: 0; }
Btw what you added is still not matching the default styling for the drop down.
rebased
Works for me, thanks! :)
Pull-Request has been merged by pingou
Apparently, the emojione.sprites.css is overriding the selectize.bootstrap3.css on issue page.
This patch makes sure that the font-size and styling is consistent throughout.
Fixes : https://pagure.io/pagure/issue/1655