Skip to content

Commit e49a07d

Browse files
committed
Added more space for the context select
1 parent affc449 commit e49a07d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csp/pull.csp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<link rel="stylesheet" type="text/css" href="css/git-webui.css" />
1010
</head>
1111
<body>
12-
<pre for="contextSelect" style="padding-top: 2em;white-space: pre-wrap;">Change Context: <select id="newContext" onchange="updateContext()">
12+
<pre for="contextSelect" style="padding-top: 2em;white-space: pre-wrap;height: 60px;">Change Context: <select id="newContext" onchange="updateContext()">
1313
<server>
1414
set $NAMESPACE = %request.Data("$NAMESPACE",1)
1515
set contextList = ##class(SourceControl.Git.Utils).GetContexts(1)

0 commit comments

Comments
 (0)