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

Commit 08ce016

Browse files
committed
fix: fix metadata panel height
1 parent 357e6d9 commit 08ce016

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/MetadataPanel/metadata.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ $sidebar-padding: 29px;
4343
background-color: #f4f7ff;
4444
font-weight: bold;
4545
padding: 0 $sidebar-padding;
46-
height: 42px;
47-
line-height: 42px;
46+
height: 36px;
47+
line-height: 36px;
4848
font-weight: bolder;
4949
text-transform: capitalize;
5050
}

0 commit comments

Comments
 (0)