Skip to content
This repository has been archived by the owner on Feb 29, 2020. It is now read-only.

fix(cards): Closes #3038 Fix Pocket tile title length CSS #3039

Merged
merged 1 commit into from
Jul 31, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions system-addon/content-src/components/Card/_Card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
height: 100%;
outline: none;
position: absolute;
max-width: $card-width;

&.active, &:focus {
.card {
Expand Down