Commit ebfe3584 authored by Mark Otto's avatar Mark Otto
Browse files

tweak label component padding

parent 57071cc6
Showing with 5 additions and 5 deletions
+5 -5
......@@ -3768,7 +3768,7 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto
.label {
display: inline;
padding: .2em .6em .3em;
padding: .15em .4em;
font-size: 75%;
font-weight: bold;
line-height: 1;
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This diff is collapsed.
......@@ -3768,7 +3768,7 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto
.label {
display: inline;
padding: .2em .6em .3em;
padding: .15em .4em;
font-size: 75%;
font-weight: bold;
line-height: 1;
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This diff is collapsed.
......@@ -4,7 +4,7 @@
.label {
display: inline;
padding: .2em .6em .3em;
padding: .15em .4em;
font-size: 75%;
font-weight: bold;
line-height: 1;
......
Supports Markdown
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