We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f9d976 commit dba55a9Copy full SHA for dba55a9
src/features/decoder/components/token-decoder-key-format-picker.module.scss
@@ -12,11 +12,17 @@
12
}
13
14
.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;
+ display: flex;
+ align-items: center;
+ justify-content: flex-start;
+ padding: 0;
+ 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%;
26
27
28
.select {
0 commit comments