Skip to content

Commit

Permalink
fix(ui): remove extra inline style (janus-idp#1548)
Browse files Browse the repository at this point in the history
Signed-off-by: Yi Cai <yicai@redhat.com>
  • Loading branch information
ciiay authored Apr 29, 2024
1 parent 7622c81 commit 4f38030
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export function QuayRepository(_props: QuayRepositoryProps) {
}

return (
<div data-testid="quay-repo-table" style={{ border: '1px solid #ddd' }}>
<div data-testid="quay-repo-table">
<Table
title={title}
options={{ sorting: true, paging: true, padding: 'dense' }}
Expand Down

0 comments on commit 4f38030

Please sign in to comment.