diff options
| author | Mark Otto <[email protected]> | 2012-03-31 23:53:54 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-31 23:53:54 -0700 |
| commit | d652af10971d79cde92336700e156c63ff2c0b24 (patch) | |
| tree | 0882f3941cee3cf7ea19fa03c7b3ccc402de8ccb /docs/assets/css/bootstrap.css | |
| parent | 452ddc0f0dd5cfd3bb867e17d603c98d6db2ec19 (diff) | |
| download | bootstrap-d652af10971d79cde92336700e156c63ff2c0b24.tar.xz bootstrap-d652af10971d79cde92336700e156c63ff2c0b24.zip | |
fix #2860: truncate .dl-horizontal terms and reset to stacked for <767px layouts
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 02949da9f..201d917a8 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -458,6 +458,9 @@ dd { margin-left: 9px; } .dl-horizontal dt { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; float: left; clear: left; width: 120px; |
