diff --git a/_sass/2017/components/pages-list.scss b/_sass/2017/components/pages-list.scss index fc5fdb6bf..0fd6e45c4 100644 --- a/_sass/2017/components/pages-list.scss +++ b/_sass/2017/components/pages-list.scss @@ -11,8 +11,10 @@ flex: 0 0 50%; } - > .item.top-sheet { - flex: 0 0 25%; + @media (min-width: 581px) { + > .item.top-sheet { + flex: 0 0 25%; + } } } diff --git a/_sass/2017/components/top-sheet.scss b/_sass/2017/components/top-sheet.scss index a39e140a0..49410cb7c 100644 --- a/_sass/2017/components/top-sheet.scss +++ b/_sass/2017/components/top-sheet.scss @@ -12,6 +12,7 @@ border-radius: 3px; box-shadow: $shadow2; text-shadow: 0 1px 1px rgba($base-text, 0.3); + white-space: nowrap; } &:hover > .info,