Added a bottom border to the entire table header div element
This commit is contained in:
parent
506b0230d5
commit
f9e58f2ad0
|
|
@ -31,7 +31,6 @@ export const TableIconWrapper = styled.div<{
|
|||
white-space: nowrap;
|
||||
color: ${(props) => props.titleColor || Colors.GRAY};
|
||||
}
|
||||
border-bottom: 1px solid ${Colors.GEYSER_LIGHT};
|
||||
position: relative;
|
||||
margin-left: 5px;
|
||||
padding: 0 5px;
|
||||
|
|
|
|||
|
|
@ -508,6 +508,7 @@ export const TableHeaderWrapper = styled.div<{
|
|||
}>`
|
||||
position: relative;
|
||||
display: flex;
|
||||
border-bottom: 1px solid ${Colors.GEYSER_LIGHT};
|
||||
width: ${(props) => props.width - 8}px;
|
||||
.show-page-items {
|
||||
display: ${(props) => (props.width < 700 ? "none" : "flex")};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user