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
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<style type="text/css">
- .owl-carousel a {
- white-space: nowrap;
+ .callout {
+ table-layout: fixed;
}
</style>
</head>
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center">
<i class="lead-icon icon-rocket"></i>
- <h2>Fast & Powerful</h2>
+ <h2>Fast & Powerful</h2>
<p class="lead">
Hugo is written for speed and performance. Great care has been
.callout {
color: #ffffff;
display: table;
+ table-layout: fixed;
height: 420px;
width: 100%;
background-color: rgb(118,156,172);