Skip to content

Commit

Permalink
fix(listbox): ajusta redimensionamento do loading
Browse files Browse the repository at this point in the history
  • Loading branch information
felipepetuco authored and rafaellmarques committed Dec 8, 2023
1 parent 4f02710 commit 4cf08fb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/css/components/po-listbox/po-listbox.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,10 @@
padding-block: var(--spacing-xs);
}

.po-listbox-container-loading-default > .po-loading {
position: relative;
transform: translate(-50%, 5%);
padding-block: 1em;
.po-listbox-container-loading-default {
height: 138px;
}

.po-listbox-container-loading-scroll,
.po-listbox-container-no-data {
height: 96px;
}
Expand Down

0 comments on commit 4cf08fb

Please sign in to comment.