Skip to content

Commit

Permalink
Fix bug with vertical alignment in Table cells.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal committed Feb 4, 2017
1 parent 1dbffd1 commit f69df4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui_framework/components/table/_table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
overflow: hidden;
text-overflow: ellipsis;

* > {
& > * {
vertical-align: middle; /* 1 */
}
}
Expand Down

0 comments on commit f69df4c

Please sign in to comment.