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 a2c53e7 commit 863fdf8Copy full SHA for 863fdf8
src/features/common/components/debugger-picker/debugger-picker.module.scss
@@ -14,14 +14,15 @@ $picker-list-width-lg: 7rem;
14
$picker-list-offset-lg: calc(($picker-list-width-lg - $picker-width-lg) / 2);
15
16
.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;
+ position: relative;
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ background: transparent;
+ border: none;
+ color: var(--color_fg_bold);
+ gap: .75rem;
25
+ width: 100%;
26
27
//width: $picker-width-sm;
28
0 commit comments