fix(CRUD): make to fix the dancing when crud view is on hover (#20051)

* fix(CRUD): make to fix the dancing when crud view is on hover

* fix(CRUD): make to restore font size property
This commit is contained in:
smileydev
2022-05-15 22:51:57 -05:00
committed by GitHub
parent f43dbc0dfd
commit 1c3c3ae2ea

View File

@@ -150,6 +150,7 @@ export const Table = styled.table`
.actions {
opacity: 0;
font-size: ${theme.typography.sizes.xl}px;
display: flex;
}
&:hover {