Skip to content

Commit

Permalink
lining up column header checkbox with the entitylist checkbox - #533
Browse files Browse the repository at this point in the history
  • Loading branch information
vbojilova committed Feb 28, 2024
1 parent c81bcf5 commit bba776f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/components/styled/ColumnHeader/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const ColumnHeader = styled.div`
@media (min-width: ${(props) => props.theme && props.theme.breakpoints ? props.theme.breakpoints.small : '769px'}) {
padding-top: 8px;
padding-bottom: 8px;
padding-left: 8px;
padding-right: 4px;
}
@media (min-width: ${(props) => props.theme && props.theme.breakpoints ? props.theme.breakpoints.medium : '993px'}) {
Expand Down

0 comments on commit bba776f

Please sign in to comment.