Skip to content

Commit

Permalink
fix(CRUD): make to restore font size property
Browse files Browse the repository at this point in the history
  • Loading branch information
prosdev0107 committed May 13, 2022
1 parent 1fb91df commit 1fe8059
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset-frontend/src/components/TableCollection/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ export const Table = styled.table`
.table-row {
.actions {
opacity: 0;
font-size: ${theme.typography.sizes.xl}px;
display: flex;
}
Expand Down

0 comments on commit 1fe8059

Please sign in to comment.