filamentgroup / tablesaw

A group of plugins for responsive tables.
MIT License
5.48k stars 434 forks source link

Bootstrap 4 override display for .btn-group #349

Closed creadone closed 5 years ago

creadone commented 6 years ago

Hi!

If you use Tablesaw with Bootstrap 4, then we have something like this image because BS4 override .btn-group as display: inline-flex;. Need rename .btn-group or add style

.btn-group {
  display: block !important;
}
zachleat commented 5 years ago

We don’t normally do 3rd-party integration issues but this is an easy one and that classname is too generic.

zachleat commented 5 years ago

This will be included with v3.1.0.