We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 561cda3 commit e4fbfe4Copy full SHA for e4fbfe4
src/lib/core/style/_list-common.scss
@@ -2,7 +2,7 @@
2
// truncate neatly with an ellipsis.
3
@mixin md-truncate-line() {
4
white-space: nowrap;
5
- overflow-x: hidden;
+ overflow: hidden;
6
text-overflow: ellipsis;
7
}
8
0 commit comments