Skip to content

Commit 9974117

Browse files
authored
Fix: Improve visibility of pipeline popup (#184)
1 parent 3f1c5ef commit 9974117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/gitlab/actions/pipeline.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ M.open = function()
4343
local height = 6 + #pipeline_jobs + 3
4444

4545
local pipeline_popup =
46-
Popup(u.create_popup_state("Loading Pipeline...", state.settings.popup.pipeline, width, height))
46+
Popup(u.create_popup_state("Loading Pipeline...", state.settings.popup.pipeline, width, height, 60))
4747
M.pipeline_popup = pipeline_popup
4848
pipeline_popup:mount()
4949

0 commit comments

Comments
 (0)