Merge pull request #15207 from gelder-ux/text-to-wrap-by-default

card header text wraps by default
This commit is contained in:
Ben Sperry
2018-08-29 09:45:17 -05:00
committed by GitHub

View File

@@ -6,10 +6,4 @@
:host {
display: block;
position: relative;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}