diff options
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index f19508441..babfe6351 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1384,6 +1384,7 @@ textarea::-webkit-input-placeholder { .input-append { margin-bottom: 5px; font-size: 0; + white-space: nowrap; } .input-prepend input, @@ -5043,7 +5044,7 @@ a.badge:hover { .progress .bar { width: 0; - height: 18px; + height: 100%; font-size: 12px; color: #ffffff; text-align: center; |
