Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit 336d9cb

Browse files
fix: LSDV-5115: Fix height of tasks header row on quick view (#1377)
* fix: LSDV-5115: Fix height of tasks header row on quick view * change the height of the topbar --------- Co-authored-by: Travis1282 <[email protected]>
1 parent 27b7b08 commit 336d9cb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/components/TopBar/TopBar.styl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,11 @@
3030
&_newLabelingUI
3131
display block
3232
background-color #FAFAFA
33+
height 42px
34+
border-bottom #D8D5DD 1px solid
35+
3336
.topbar
3437
&__group
35-
height var(--topbar-height)
38+
height 42px
3639
flex 1
3740
align-items center

0 commit comments

Comments
 (0)