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 d058cd7 commit 2e91e64Copy full SHA for 2e91e64
src/css/base.scss
@@ -4111,10 +4111,12 @@ textarea::placeholder {
4111
}
4112
4113
.dc__truncate {
4114
- overflow: hidden;
4115
display: -webkit-box;
4116
-webkit-box-orient: vertical;
4117
-webkit-line-clamp: 1;
+ overflow: hidden;
4118
+ text-overflow: ellipsis;
4119
+ white-space: nowrap;
4120
word-break: break-all;
4121
4122
&--clamp-2 {
0 commit comments