File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -448,20 +448,25 @@ view session model =
448448 [ Html . div
449449 ( id " top-bar-app" :: Views . Styles . topBar displayPaused)
450450 [ Html . div
451- [ style " display" " flex" ]
451+ [ style " display" " flex"
452+ , style " flex" " 1"
453+ , style " min-width" " 0"
454+ ]
452455 [ SideBar . sideBarIcon session
453456 , Html . div [ style " display" " flex" ] ( TopBar . breadcrumbs session route)
454457 ]
455458 , Html . div
456- [ style " flex-grow" " 1"
457- , style " display" " flex"
459+ [ style " display" " flex"
458460 , style " justify-content" " center"
459461 , style " align-items" " center"
460462 ]
461463 [ PipelineSearchBar . view session model ]
462464 , Html . div
463465 [ style " display" " flex"
466+ , style " flex" " 1"
467+ , style " min-width" " 0"
464468 , style " align-items" " center"
469+ , style " justify-content" " flex-end"
465470 ]
466471 [ if isArchived model. pipeline then
467472 Html . text " "
You can’t perform that action at this time.
0 commit comments