Skip to content

Commit 9251977

Browse files
committed
add text overflow for fold title
1 parent cac288d commit 9251977

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/styles/components/containers/_fold.scss

+4-1
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,10 @@
5454
font-weight: var(--font-weight-semibold);
5555
transform: translateY(1px);
5656
white-space: nowrap;
57-
max-width: 150px;
57+
max-width: 230px;
5858
letter-spacing: 0.2px;
59+
text-overflow: ellipsis;
60+
overflow: hidden;
5961
}
6062

6163
&__arrow {
@@ -70,6 +72,7 @@
7072

7173
&-title {
7274
display: flex;
75+
flex-grow: 1;
7376
}
7477
&--open {
7578
svg{

0 commit comments

Comments
 (0)