Skip to content

Commit 057f92f

Browse files
committed
Items list fix img align
1 parent 224c349 commit 057f92f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/_common/items-list/items-list.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,8 @@ $item-list-col-shrink: 3 !default;
214214
}
215215

216216
a {
217-
flex-grow: 1;
218-
display: flex;
219-
align-self: stretch;
217+
width: 100%;
218+
// display: flex;
220219
}
221220
}
222221

0 commit comments

Comments
 (0)