File tree Expand file tree Collapse file tree
apps/webapp/app/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ export function LogsTaskFilter({ possibleTasks }: LogsTaskFilterProps) {
4343 shortcut = { shortcut }
4444 tooltipTitle = "Filter by task"
4545 >
46- Tasks
46+ < span className = "ml-0.5" > Tasks</ span >
4747 </ SelectTrigger >
4848 }
4949 searchValue = { search }
@@ -114,7 +114,7 @@ function TasksDropdown({
114114 < SelectProvider value = { values ( "tasks" ) } setValue = { handleChange } virtualFocus = { true } >
115115 { trigger }
116116 < SelectPopover
117- className = "min-w-0 max-w-[min(240px ,var(--popover-available-width))]"
117+ className = "min-w-0 max-w-[min(360px ,var(--popover-available-width))]"
118118 hideOnEscape = { ( ) => {
119119 if ( onClose ) {
120120 onClose ( ) ;
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ export function QueuesFilter() {
4040 shortcut = { shortcut }
4141 tooltipTitle = "Filter by queue"
4242 >
43- Queues
43+ < span className = "ml-1" > Queues</ span >
4444 </ SelectTrigger >
4545 }
4646 searchValue = { search }
@@ -165,7 +165,7 @@ function QueuesDropdown({
165165 < SelectProvider value = { selected ?? [ ] } setValue = { handleChange } virtualFocus = { true } >
166166 { trigger }
167167 < SelectPopover
168- className = "min-w-0 max-w-[min(240px ,var(--popover-available-width))]"
168+ className = "min-w-0 max-w-[min(360px ,var(--popover-available-width))]"
169169 hideOnEscape = { ( ) => {
170170 if ( onClose ) {
171171 onClose ( ) ;
You can’t perform that action at this time.
0 commit comments