mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-01 15:55:36 +01:00
Merge pull request #146 from ascribe/fix/143
Make form labels within input groups less high
This commit is contained in:
commit
9b69d79cf6
@ -30,7 +30,8 @@
|
|||||||
// `font-size` in combination with `inline-block` on buttons.
|
// `font-size` in combination with `inline-block` on buttons.
|
||||||
font-size: 0;
|
font-size: 0;
|
||||||
|
|
||||||
> .btn {
|
> .btn,
|
||||||
|
.form-group:last-of-type & > .btn {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user