mirror of
https://github.com/tiennm99/hugoDocs.git
synced 2026-09-18 18:26:24 +00:00
The solution is to add `table-layout:fixed` when `display:table` is used
as per the answer given at:
http://stackoverflow.com/questions/21230184/owl-carousel-inside-a-table-cell-parent-makes-parent-to-expand-weird
Fixes #1465