Skip to content

Commit

Permalink
remove useless important in pagination style for admin or home page
Browse files Browse the repository at this point in the history
  • Loading branch information
tiz170 committed Nov 27, 2022
1 parent 798dbf6 commit c137697
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 +181,11 @@ input, output, .xforms-control.xforms-select1.xforms-incremental, .xforms-contro

// admin or home page: pagination
.xforms-group .xbl-fr-pager .pagination {
display:flex !important;
margin-bottom: 20px !important;
display:flex;
margin-bottom: 20px;

.xforms-output {
padding: 8px 28px !important;
padding: 8px 28px;
}
}

Expand Down

0 comments on commit c137697

Please sign in to comment.