ttskch / select2-bootstrap4-theme

Select2 v4 theme for Bootstrap4
MIT License
434 stars 207 forks source link

Some css fixed #19

Open bArraxas opened 5 years ago

bArraxas commented 5 years ago

I use bootstrap v4.3.1 and and select2-bootstrap4-them v1.2.2 The background of select is grey at place of white. And it seem labels are not correctly aligned verticaly. I had fixed the problem with those lines : .select2 { background-color: #fff; } .select2-container--bootstrap4 .select2-selection--single .select2-selectionrendered { line-height: 2.45em; } .select2-container--bootstrap4 .select2-selection--multiple .select2-selectionchoice { margin-top: 0.5em; }

Thanks for your job ;-)

ttskch commented 5 years ago

@bArraxas Could you please show some sample html which reproduces the problem?

dchevilletRDR commented 4 years ago

Hi,

@ttskch I think we have the same problem, here a picture : Screenshot-2020-1-3 Groupe

But the correction is not totally correct for us: Screenshot-2020-1-3 Groupe(1)

Thanks :-)

ttskch commented 4 years ago

@dchevilletRDR Could you please show some reproducing html?

weberhofer commented 4 years ago

Please check PR #56, have fixed that there.