Skip to content

Commit 4f38030

Browse files
authored
fix(ui): remove extra inline style (janus-idp#1548)
Signed-off-by: Yi Cai <[email protected]>
1 parent 7622c81 commit 4f38030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/quay/src/components/QuayRepository/QuayRepository.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export function QuayRepository(_props: QuayRepositoryProps) {
3535
}
3636

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

0 commit comments

Comments
 (0)