@longline/aqua-ui 1.0.258 → 1.0.259
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -31,7 +31,7 @@ var HeaderCellBase = function (props) {
|
|
|
31
31
|
// If not currently sorted, show default sort direction.
|
|
32
32
|
reverse: sorted ? props.reverse : props.column.reverse })));
|
|
33
33
|
};
|
|
34
|
-
var Label = styled.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n width: 100%;\n"], ["\n width: 100%;\n"])));
|
|
34
|
+
var Label = styled.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n width: 100%;\n text-overflow: ellipsis;\n overflow: hidden;\n"], ["\n width: 100%;\n text-overflow: ellipsis;\n overflow: hidden;\n"])));
|
|
35
35
|
var HeaderCellStyled = styled(HeaderCellBase)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n &:hover {\n ", " {\n opacity: 1; \n path {\n animation-duration: 1000ms;\n }\n } \n }\n"], ["\n &:hover {\n ", " {\n opacity: 1; \n path {\n animation-duration: 1000ms;\n }\n } \n }\n"
|
|
36
36
|
/**
|
|
37
37
|
* `HeaderCell` wraps a <th>. It shows the column label, and a sort icon if
|