card header text wraps by default

This commit is contained in:
William Gelder
2018-08-16 12:39:47 -04:00
parent 7e2aa5516e
commit 2147733fb7

View File

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