1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-01 07:45:41 +01:00

Merge pull request #146 from ascribe/fix/143

Make form labels within input groups less high
This commit is contained in:
Matthias Kretschmann 2017-06-29 17:06:36 +02:00 committed by GitHub
commit 9b69d79cf6

View File

@ -30,7 +30,8 @@
// `font-size` in combination with `inline-block` on buttons.
font-size: 0;
> .btn {
> .btn,
.form-group:last-of-type & > .btn {
margin-top: 0;
}
}