Merge pull request #516 from taigaio/issue/2848/summary-lines
Fix new line height in summary and large-summarystable
commit
8a3932b171
|
@ -28,7 +28,8 @@
|
||||||
|
|
||||||
.description {
|
.description {
|
||||||
@extend %small;
|
@extend %small;
|
||||||
@extend %text;
|
@extend %light;
|
||||||
|
line-height: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -88,7 +89,7 @@
|
||||||
margin-right: 2rem;
|
margin-right: 2rem;
|
||||||
}
|
}
|
||||||
.icon {
|
.icon {
|
||||||
@extend %xlarge;
|
font-size: 1.4rem;
|
||||||
margin-right: .4rem;
|
margin-right: .4rem;
|
||||||
&.icon-stats {
|
&.icon-stats {
|
||||||
color: $gray;
|
color: $gray;
|
||||||
|
|
Loading…
Reference in New Issue