Skip to content

Commit dba55a9

Browse files
committed
update label styles
1 parent 3f9d976 commit dba55a9

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

src/features/decoder/components/token-decoder-key-format-picker.module.scss

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,17 @@
1212
}
1313

1414
.label {
15-
color: var(--color_fg_default);
16-
font-size: 0.875rem;
17-
line-height: 1.375rem;
18-
font-weight: 500;
19-
letter-spacing: 0.1px;
15+
display: flex;
16+
align-items: center;
17+
justify-content: flex-start;
18+
padding: 0;
19+
list-style-type: none;
20+
margin: 0;
21+
gap: .5rem;
22+
font-size: .875rem;
23+
line-height: 1.35;
24+
width: 100%;
25+
height: 100%;
2026
}
2127

2228
.select {

0 commit comments

Comments
 (0)