Skip to content

Commit e1f1bd9

Browse files
Update sistent.style.js
Signed-off-by: NISHANT SINGH <[email protected]>
1 parent db51dab commit e1f1bd9

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

src/sections/Projects/Sistent/sistent.style.js

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -684,13 +684,12 @@ const SistentWrapper = styled.div`
684684
font-style: normal;
685685
font-weight: 400;
686686
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);
694693
}
695694
696695
.card {

0 commit comments

Comments
 (0)