Skip to content

Commit f3fb159

Browse files
committed
remove redundant styles
1 parent 2615365 commit f3fb159

File tree

1 file changed

+3
-10
lines changed
  • client/components/common/SortableTableHeader

1 file changed

+3
-10
lines changed

client/components/common/SortableTableHeader/index.js

+3-10
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,16 @@ const SortableTableHeaderButton = styled(Button)`
2121
color: black;
2222
font-size: 1rem;
2323
font-weight: 700;
24-
text-align: left;
2524
width: 100%;
26-
min-height: 100%;
27-
display: flex;
28-
justify-content: space-between;
29-
align-items: flex-end;
30-
padding: 0.5rem;
31-
border-radius: 0;
32-
margin: 0;
33-
34-
position: relative;
3525
height: 100%;
3626
min-height: 100%;
3727
flex: 1 1 auto;
3828
display: flex;
3929
align-items: flex-end;
4030
justify-content: space-between;
31+
padding: 0.5rem;
32+
border-radius: 0;
33+
margin: 0;
4134
4235
&:hover,
4336
&:focus {

0 commit comments

Comments
 (0)