Skip to content
Snippets Groups Projects
Commit df84f5b4 authored by Kyle Doherty's avatar Kyle Doherty
Browse files

Merge pull request #1969 from metabase/explicit_table_header_text_align

explicit th text alignment
parents 0400bc40 02854180
Branches
Tags
No related merge requests found
......@@ -6,6 +6,13 @@
--entity-image-large-size: 64px;
}
/*
explicitly set the th text alignment to left. this is required for IE
which follows the suggested rendering and defaults to center, whereas
chrome and others do not
*/
th { text-align: left; }
.Table {
/* standard table reset */
border-collapse: collapse;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment