Skip to content

Commit 0a9f1a9

Browse files
authored
Merge pull request #434 from rackerlabs/surf-1546-table-resets
[issue 394] chore(tables): surf-1546 table css resets
2 parents 34d5dae + c0700c0 commit 0a9f1a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/helix-ui/styles/helpers/alignment.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
.hxLeft {
2-
text-align: left;
2+
text-align: left !important;
33
}
44
.hxCenter {
5-
text-align: center;
5+
text-align: center !important;
66
}
77
.hxRight {
8-
text-align: right;
8+
text-align: right !important;
99
}
1010

1111
// DEPRECATED: remove in v1.0.0

0 commit comments

Comments
 (0)