Skip to content

Commit

Permalink
fix(components/paginator): add margin left for rows shown left direct…
Browse files Browse the repository at this point in the history
…ion #1154
  • Loading branch information
ickisIckis committed Aug 7, 2024
1 parent a29eee1 commit b3c95d4
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@
.rows-selector {
margin-right: 0;
}

.rows__show {
margin-left: 16px;
}
}
}
}

0 comments on commit b3c95d4

Please sign in to comment.