Skip to content

Commit 863fdf8

Browse files
committed
fix picker styles
1 parent a2c53e7 commit 863fdf8

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

src/features/common/components/debugger-picker/debugger-picker.module.scss

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@ $picker-list-width-lg: 7rem;
1414
$picker-list-offset-lg: calc(($picker-list-width-lg - $picker-width-lg) / 2);
1515

1616
.picker {
17-
position: relative;
18-
display: flex;
19-
justify-content: space-between;
20-
align-items: center;
21-
background: transparent;
22-
color: var(--color_fg_bold);
23-
gap: .75rem;
24-
width: 100vh;
17+
position: relative;
18+
display: flex;
19+
justify-content: space-between;
20+
align-items: center;
21+
background: transparent;
22+
border: none;
23+
color: var(--color_fg_bold);
24+
gap: .75rem;
25+
width: 100%;
2526

2627
//width: $picker-width-sm;
2728

0 commit comments

Comments
 (0)