Skip to content

Commit

Permalink
Fix grid list layout
Browse files Browse the repository at this point in the history
  • Loading branch information
tkleinke committed Dec 20, 2024
1 parent 831e947 commit e2da98a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions desktop/src/app/components/resources/grid-list/grid-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ grid-list {
#grid-list {
height: calc(100vh - #{$navbar-height + $toolbar-height});
margin-top: 2px;
margin-left: -15px;
margin-right: -15px;
margin-left: -12px;
margin-right: -12px;
border-top: 1px solid #e9ecef;

loading-icon {
Expand Down

0 comments on commit e2da98a

Please sign in to comment.