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 May 18, 2018
1 parent 32fba7a commit f08c0a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
<li class="active f8-itr__container padding-v-2 padding-right-15 padding-left-5"
*ngFor="let iteration of activeIterations">
<a
[routerLinkActive]="'f8-itr--selected'"
[routerLink]="[]" [attr.data-id]="iteration.id"
[queryParams]="addRemoveQueryParams(iteration.id)">
[routerLinkActive]="'f8-itr--selected'"
[routerLink]="[]" [attr.data-id]="iteration.id"
[queryParams]="addRemoveQueryParams(iteration.id)">
<span id="{{ iteration.resolvedParentPath +
'/' + iteration.name }}">
{{iteration.resolvedParentPath +
Expand Down
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 f08c0a3

Please sign in to comment.