Property condensed has no effect with bootstrap4
See original GitHub issueSetting condensed to true or false makes no difference when you use bootstrap4. The css class table-condensed was removed there. Instead you should use .table-sm. Additionally it was useful to add .form-control-sm on a condensed table to all .form-controls.
If you want, I can try to make a pull request.
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Migrating to v4 - Bootstrap
Rewrote component with flexbox. Given move to flexbox, alignment of dismiss icons in the header is likely broken as we're no longer using...
Read more >Tables - Bootstrap
All table styles are inherited in Bootstrap 4, meaning any nested tables will be styled in the same manner as the parent. You...
Read more >Flex - Bootstrap
Heads up! This property has no effect on single rows of flex items. Flex item. Flex item. Flex item. Flex item.
Read more >Typography · Bootstrap v4.6
Bootstrap sets basic global display, typography, and link styles. When more control is needed, check out the textual utility classes. Use a native...
Read more >Cards - Bootstrap
Below is an example of a basic card with mixed content and a fixed width. Cards have no fixed width to start, so...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

This issue is still not fixed in latest 3.3.0. Any solution?
No
table-sm.Nice, thanks. Sorry for not crating a pull request. Unfortunately we switched back to bs 3 with our project…