Skip to content

Commit 78f2e80

Browse files
committed
Show entire result message on mobile
1 parent 4be460e commit 78f2e80

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

_sass/_search.scss

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,12 @@
153153
grid-row: 3;
154154
grid-column: 1 / 4;
155155
font-size: rem(16px);
156-
overflow: hidden;
157-
text-overflow: ellipsis;
158-
white-space: nowrap;
156+
157+
@media only screen and (min-width: rem(801px)) {
158+
overflow: hidden;
159+
text-overflow: ellipsis;
160+
white-space: nowrap;
161+
}
159162

160163
a {
161164
color: inherit;

0 commit comments

Comments
 (0)