Skip to content

Commit

Permalink
Merge pull request #7149 from ProcessMaker/observation/FOUR-17297
Browse files Browse the repository at this point in the history
observation/FOUR-17297 per page label has a different size
  • Loading branch information
ryancooley authored Jul 24, 2024
2 parents abbeb14 + e43df3d commit 00d10d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/js/components/shared/EllipsisMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ export default {
color: #556271;
text-transform: none;
border-radius: 4px;
font-size: 16px;
font-size: 16px !important;
}
.ellipsis-icon-v {
height: 16px;
Expand Down
2 changes: 1 addition & 1 deletion resources/js/components/shared/PaginationTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ export default {
}
.pagination-dropup {
font-weight: 400;
font-size: 15px;
font-size: 15px !important;
color: #5C5C63;
text-transform: none;
}
Expand Down

0 comments on commit 00d10d7

Please sign in to comment.