Closed creadone closed 5 years ago
Hi!
If you use Tablesaw with Bootstrap 4, then we have something like this because BS4 override .btn-group as display: inline-flex;. Need rename .btn-group or add style
.btn-group
display: inline-flex;
.btn-group { display: block !important; }
We don’t normally do 3rd-party integration issues but this is an easy one and that classname is too generic.
This will be included with v3.1.0.
Hi!
If you use Tablesaw with Bootstrap 4, then we have something like this because BS4 override
.btn-group
asdisplay: inline-flex;
. Need rename.btn-group
or add style