Skip to content

Commit e5fa5c2

Browse files
authored
add missing text-align, which was missing since we deleted global .css files in cloud-fe (#390)
1 parent 0213b87 commit e5fa5c2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/components/table/components/table-head

src/components/table/components/table-head/styled.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ export const StyledThead = styled.thead`
55
border-spacing: 0;
66
border-bottom: 1px solid #aeb3b7;
77
padding-bottom: 5px;
8+
text-align: left;
89
}
910
`

0 commit comments

Comments
 (0)