Skip to content

Commit

Permalink
styles: Fix minimum height of the loading section of bootstrap-table …
Browse files Browse the repository at this point in the history
…#TASK-7216 #TASK-7100
  • Loading branch information
jmjuanes committed Jan 9, 2025
1 parent 300bc79 commit 542fd40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/jsorolla-ui.scss
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ select.no-data + .select2-container--bootstrap-5.select2-container--open.select2


// bootstrap-table styles override
.bootstrap-table .loading-text {
min-height: 135px;
.bootstrap-table .fixed-table-loading {
min-height: 120px;
}
// Custom pagination-detail on top of the boostrap-table grids.
// This removes the pager buttons on top pf the grids leaving only the counter of records.
Expand Down

0 comments on commit 542fd40

Please sign in to comment.