Bug 1560235 - Fixing alignment issue and regression (#5121)

This commit is contained in:
ScottDowne 2019-06-26 22:26:25 -04:00 коммит произвёл Ed Lee
Родитель 921391e722
Коммит c3c89919ba
1 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -56,6 +56,8 @@ $excerpt-line-height: 20;
.ds-card-link {
height: 100%;
display: flex;
flex-direction: column;
&:focus {
@include ds-fade-in;
@ -88,10 +90,14 @@ $excerpt-line-height: 20;
display: flex;
flex-direction: column;
padding: 12px 16px;
flex-grow: 1;
.info-wrap {
flex-grow: 1;
margin: 0 0 12px;
}
.context {
margin: 12px 0 0;
}
.title {