diff --git a/src/App.scss b/src/App.scss index bef4cfb..ccde02b 100644 --- a/src/App.scss +++ b/src/App.scss @@ -139,3 +139,10 @@ iframe { -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */ } + +.line-clamp-3 { + display: -webkit-box; + -webkit-line-clamp: 3; + -webkit-box-orient: vertical; + overflow: hidden; +}