Prevent wrapping SP table headers

This commit is contained in:
Brian Miyaji
2014-05-12 07:31:21 +10:00
parent de1f1dfb4a
commit 1a703a745f

View File

@@ -9,6 +9,9 @@
width: 100%; width: 100%;
position: relative; position: relative;
} }
.sp-data-table thead th {
white-space: nowrap;
}
.sp-data-table thead .sorting, .sp-data-table thead .sorting,
.sp-data-table thead .sorting_asc, .sp-data-table thead .sorting_asc,
.sp-data-table thead .sorting_desc, .sp-data-table thead .sorting_desc,