Skip to content

Commit

Permalink
fix: extensions manager styles (kubesphere#2809)
Browse files Browse the repository at this point in the history
Signed-off-by: donniean <acmilank22@gmail.com>
  • Loading branch information
donniean authored Mar 8, 2024
1 parent 2539b77 commit f534a2b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ export const TableWrapper = styled(Card)`

export const ExtensionField = styled(Field)`
max-width: 800px;
.field-content {
flex: 1;
}
`;

export const Icon = styled.img`
Expand Down

0 comments on commit f534a2b

Please sign in to comment.