Skip to content

Commit

Permalink
Fix overflowing auxiliary signals options in NxSignalPicker
Browse files Browse the repository at this point in the history
  • Loading branch information
axelboc committed Mar 22, 2024
1 parent 55aa4e1 commit 18651ca
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/app/src/vis-packs/nexus/NxSignalPicker.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@
grid-area: bar;
display: flex;
align-items: center;
overflow-x: auto;
overflow-y: hidden;
scrollbar-width: thin;
min-width: 0;
margin: 0;
padding: 0.75rem 1.25rem 0;
padding: 0.675rem 1.25rem 0;
font-size: 0.875em;
line-height: 1.4;
}

.text {
Expand Down

0 comments on commit 18651ca

Please sign in to comment.