diff options
| author | Richard Lindner <[email protected]> | 2015-07-07 22:50:09 +0200 |
|---|---|---|
| committer | Richard Lindner <[email protected]> | 2015-07-07 22:50:09 +0200 |
| commit | ba0ea92623a5079028b744d2fda1f42a1d37ac17 (patch) | |
| tree | 69f79315057971b9df3774437a120894d42981b7 | |
| parent | cb7f569262acaf5d0d6c001146855eb595ffdd20 (diff) | |
| download | bootstrap-ba0ea92623a5079028b744d2fda1f42a1d37ac17.tar.xz bootstrap-ba0ea92623a5079028b744d2fda1f42a1d37ac17.zip | |
fixes https://github.com/twbs/bootstrap/issues/16779
| -rw-r--r-- | less/jumbotron.less | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/less/jumbotron.less b/less/jumbotron.less index fa80a38c6..1d9b515b3 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 { |
