fixed example, the percent bar was not correct height

This commit is contained in:
ceolter
2017-01-03 14:13:03 +00:00
parent 99dfa1e4f9
commit 6a94aee204
2 changed files with 3 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ label {
.div-percent-bar {
display: inline-block;
height: 100%;
height: 20px;
position: relative;
}