Skip to content

Commit

Permalink
Merge pull request #917 from traPtitech/fix/fit-filter-window
Browse files Browse the repository at this point in the history
[dashboard] Appsγƒ•γ‚£γƒ«γ‚ΏγƒΌγŒη”»ι’ε†…γ«εŽγΎγ‚‰γͺγ„γ¨γγ‚Ήγ‚―γƒ­γƒΌγƒ«γ§γγ‚‹γ‚ˆγ†γ«
  • Loading branch information
motoki317 authored Jun 1, 2024
2 parents 471b3a0 + 235b148 commit e73fe76
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dashboard/src/components/templates/app/AppsFilter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ const contentHideKeyframes = keyframes({
to: { opacity: 0, transform: 'translateY(-8px)' },
})
const contentStyle = style({
maxWidth: 'var(--kb-popper-content-available-width)',
overflowX: 'auto',
padding: '16px',
display: 'grid',
gridTemplateColumns: 'repeat(3, 1fr)',
gridTemplateColumns: 'repeat(3, auto)',
gridTemplateRows: '1fr auto',
gridTemplateAreas: `
"status provider sort"
Expand Down

0 comments on commit e73fe76

Please sign in to comment.