Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
fix(labels): fix label alignment in quick preview
Browse files Browse the repository at this point in the history
  • Loading branch information
SMahil committed Jun 6, 2018
1 parent a94894d commit 343d661
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
&__detail {
// height: ~"calc(e('100vh - 200px'))";
label {
padding-top: 0;
text-align: left;
}
&-wrap {
Expand All @@ -52,8 +53,9 @@
}
}
&__labels {
&--selector {
.label-wrapper {
margin-top: 5px;
margin-bottom: 5px;
}
}

Expand Down

0 comments on commit 343d661

Please sign in to comment.