mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
Fixes #10407: Add line-height to progress bar for proper text alignment within
This commit is contained in:
Vendored
+1
@@ -5181,6 +5181,7 @@ a.thumbnail:focus {
|
|||||||
width: 0;
|
width: 0;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
line-height: 20px;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: #428bca;
|
background-color: #428bca;
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -51,6 +51,7 @@
|
|||||||
width: 0%;
|
width: 0%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
font-size: @font-size-small;
|
font-size: @font-size-small;
|
||||||
|
line-height: @line-height-computed;
|
||||||
color: @progress-bar-color;
|
color: @progress-bar-color;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: @progress-bar-bg;
|
background-color: @progress-bar-bg;
|
||||||
|
|||||||
Reference in New Issue
Block a user