Florian Lacreuse

Results 22 comments of Florian Lacreuse

If you remove the css classes `d-flex justify-content-between align-items-center` on each `list-group-item`, you will get the expected height on these items. Placeholders will have the same current height. If you...

@mdo Great proposal! My team and I would definitely use it in different projects. Would it be possible to share a live example? It could allow people to give better...

@angel-vladov Bootstrap 4 is now officialy released (stable version): https://blog.getbootstrap.com/2018/01/18/bootstrap-4/ Can we expect any updates from your side for this PR? Thanks you for your work!

@angel-vladov Thanks for your reactivity and the good work. However I noticed that the single select and the multi select don't have the same height. The overall height of single...

@angel-vladov Thanks for the fix for the multi select height, negative margins seems the right choice to me. I want to share my concern about the box-shadow on focus. Bootstrap...

IMHO `select2-search__field` element should also have the right `border-color` and `box-shadow` on focus: ```scss .select2-search--dropdown { .select2-search__field { // ... &:focus { border-color: $input-focus-border-color; box-shadow: $input-focus-box-shadow; } } } ```

I can reproduce the issue randomly with Fedora + Chrome.

On my side, I can no longer reproduce the issue on the preview page.

Thanks for your feedback, I added the examples.

If `$grid-gutter-vertical` is the way to go (fine to me), perhaps we should rename `$grid-gutter-width` to `$grid-gutter-horizontal`? But that would be a breaking change. Also, the CSS variables are `--#{$variable-prefix}gutter-x`...