diff options
| author | Mark Otto <[email protected]> | 2014-07-23 21:03:46 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-23 21:03:46 -0700 |
| commit | 98d693ba7bff3b14f92fea198f8ad49ac44b4872 (patch) | |
| tree | a927a643acf673f3f4b1d8f67924627982506556 /less | |
| parent | 7fcc6c78890de337808c1ea6f62f065a61cbb509 (diff) | |
| download | bootstrap-98d693ba7bff3b14f92fea198f8ad49ac44b4872.tar.xz bootstrap-98d693ba7bff3b14f92fea198f8ad49ac44b4872.zip | |
Fixes #14142: Adding horizontal padding to captions in tables in panels.
Diffstat (limited to 'less')
| -rw-r--r-- | less/panels.less | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/less/panels.less b/less/panels.less index 2dc21316d..73920825d 100644 --- a/less/panels.less +++ b/less/panels.less @@ -100,6 +100,11 @@ > .table-responsive > .table, > .panel-collapse > .table { margin-bottom: 0; + + caption { + padding-left: @panel-body-padding; + padding-right: @panel-body-padding; + } } // Add border top radius for first one > .table:first-child, |
