Skip to content

Commit 704556b

Browse files
committed
[del] : 중복 스타일 제거
1 parent 9573171 commit 704556b

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

packages/view/src/components/FolderActivityFlow/FolderActivityFlow.scss

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -56,32 +56,21 @@
5656

5757
&__breadcrumb {
5858
padding-left: 50px;
59-
font-size: $font-size-body;
60-
min-height: 24px; // 최소 높이 고정
61-
display: flex;
62-
align-items: center;
63-
64-
.MuiBreadcrumbs-ol {
65-
flex-wrap: nowrap; // 줄바꿈 방지
66-
}
6759

6860
.MuiBreadcrumbs-separator {
6961
color: $color-white;
70-
margin: 0 4px; // 고정 간격
7162
}
7263

7364
.MuiTypography-root {
7465
color: $color-white;
7566
font-size: $font-size-body;
7667
font-weight: $font-weight-regular;
77-
white-space: nowrap; // 텍스트 줄바꿈 방지
7868
}
7969

8070
.MuiLink-root {
8171
color: $color-white;
8272
font-size: $font-size-body;
8373
font-weight: $font-weight-regular;
84-
white-space: nowrap; // 텍스트 줄바꿈 방지
8574
text-decoration: none;
8675

8776
&:hover {
@@ -92,7 +81,6 @@
9281

9382
svg {
9483
color: $color-light-gray;
95-
display: block; // 인라인 간격 제거
9684
}
9785
}
9886

0 commit comments

Comments
 (0)