File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
<input type="hidden" name="branch" value="{{.Repository.DefaultBranch}}">
19
19
{{if not .Repository.IsEmpty}}
20
20
{{template "repo/branch_dropdown" dict "root" .
21
- "ContainerClasses" "tw-w-96 gt -mr-4"
21
+ "ContainerClasses" "tw-w-96 tw -mr-4"
22
22
"branchForm" "js-default-branch"
23
23
"noTag" true
24
24
}}
Original file line number Diff line number Diff line change @@ -246,8 +246,8 @@ export function initRepoBranchTagSelector(selector) {
246
246
export default sfc ; // activate IDE's Vue plugin
247
247
</script >
248
248
<template >
249
- <div class =" ui dropdown custom gt -w-full gt -h-full" >
250
- <button type =" button" class =" branch-dropdown-button gt-ellipsis ui basic small compact button gt-df gt-sb gt-m-0 gt -w-full gt -h-full" @click =" menuVisible = !menuVisible" @keyup.enter =" menuVisible = !menuVisible" >
249
+ <div class =" ui dropdown custom tw -w-full tw -h-full" >
250
+ <button type =" button" class =" branch-dropdown-button gt-ellipsis ui basic small compact button gt-df gt-sb gt-m-0 tw -w-full tw -h-full" @click =" menuVisible = !menuVisible" @keyup.enter =" menuVisible = !menuVisible" >
251
251
<span class =" text gt-df gt-ac gt-mr-2 gt-ellipsis" >
252
252
<template v-if =" release " >{{ textReleaseCompare }}</template >
253
253
<template v-else >
You can’t perform that action at this time.
0 commit comments