Skip to content

Commit 036b272

Browse files
committed
Fix label list overflow style in context view
1 parent 1352d1a commit 036b272

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/organisms/NoteContextView.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,6 @@ const ControlItem = styled.div`
328328
display: flex;
329329
align-items: center;
330330
flex-shrink: 0;
331-
height: 30px;
332331
color: ${({ theme }) => theme.navItemColor};
333332
font-size: 14px;
334333
`
@@ -355,7 +354,7 @@ const LabelIcon = ({ path }: LabelIconProps) => {
355354
}
356355

357356
const ControlItemLabel = styled.div`
358-
height: 40px;
357+
height: 30px;
359358
width: 120px;
360359
margin-right: 30px;
361360
display: flex;

0 commit comments

Comments
 (0)