Skip to content
Snippets Groups Projects
Unverified Commit 34d35b84 authored by Raphael Krut-Landau's avatar Raphael Krut-Landau Committed by GitHub
Browse files

Fix model card overflow bug (#40736)

parent bd33c86a
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,7 @@ export const MultilineEllipsified = styled(Ellipsified)`
white-space: pre-line;
overflow: hidden;
text-overflow: ellipsis;
width: 100%;
display: -webkit-box;
-webkit-line-clamp: 2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment