From ba0ea92623a5079028b744d2fda1f42a1d37ac17 Mon Sep 17 00:00:00 2001 From: Richard Lindner Date: Tue, 7 Jul 2015 22:50:09 +0200 Subject: [PATCH] fixes https://github.com/twbs/bootstrap/issues/16779 --- less/jumbotron.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/less/jumbotron.less b/less/jumbotron.less index fa80a38c66..1d9b515b38 100644 --- a/less/jumbotron.less +++ b/less/jumbotron.less @@ -28,6 +28,8 @@ .container &, .container-fluid & { border-radius: @border-radius-large; // Only round corners at higher resolutions if contained in a container + padding-left: (@grid-gutter-width / 2); + padding-right: (@grid-gutter-width / 2); } .container {