File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
src/sections/Projects/Sistent Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -684,13 +684,12 @@ const SistentWrapper = styled.div`
684
684
font-style: normal;
685
685
font-weight: 400;
686
686
color: ${ ( props ) => props . theme . whiteToBlack } ;
687
-
688
- display: -webkit-box; /* Enables the multi-line ellipsis effect */
689
- -webkit-box-orient: vertical; /* Sets the box layout orientation to vertical */
690
- -webkit-line-clamp: 3; /* Limits to 3 lines; ellipsis shows after 3 lines */
691
- overflow: hidden; /* Hides any content beyond the specified lines */
692
- text-overflow: ellipsis; /* Ensures ellipsis (...) is applied */
693
- max-height: calc(1.5rem * 4); /* Adjusts the height based on line height */
687
+ display: -webkit-box;
688
+ -webkit-box-orient: vertical;
689
+ -webkit-line-clamp: 3;
690
+ overflow: hidden;
691
+ text-overflow: ellipsis;
692
+ max-height: calc(1.5rem * 4);
694
693
}
695
694
696
695
.card {
You can’t perform that action at this time.
0 commit comments