Skip to content

Commit

Permalink
fix(pagination): prevent text from disappearing (#4776)
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod authored and asudoh committed Nov 27, 2019
1 parent d7ac8fa commit debec0b
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,10 @@ $css--helpers: true;
}

.#{$prefix}--pagination__left {
@include carbon--breakpoint('md') {
padding: 0 $carbon--spacing-05;
}
padding: 0 $carbon--spacing-05;
}

.#{$prefix}--pagination__text {
display: none;

@include carbon--breakpoint('md') {
display: inline-block;
}
Expand Down

0 comments on commit debec0b

Please sign in to comment.