-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Closed
Description
What version of Tailwind CSS are you using?
4.0.0-alpha.8
What build tool (or framework if it abstracts the build tool) are you using?
next 14.1.3, @tailwindcss/postcss 4.0.0-alpha.8
What version of Node.js are you using?
v20.11.1
What browser are you using?
Arc
What operating system are you using?
macOS
Describe your issue
line-clamp on output is broken:
.line-clamp-1 {
overlow: hidden; /* Problem */
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
}
.line-clamp-2 {
overlow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.line-clamp-5 {
overlow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 5;
}
Some fix needed on "overflow: hidden;", not "overlow: hidden;"
Thanks! v4 is awesome!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels