Commit d8128fca authored by Mark Otto's avatar Mark Otto

Change up label padding to equalize top and bottom

parent 14c4484e
......@@ -4795,7 +4795,7 @@ textarea.input-group-sm > .input-group-btn > .btn {
.label {
display: inline;
padding: .25em .6em;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -4,7 +4,7 @@
.label {
display: inline;
padding: .25em .6em;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment