Tighten repo branch selector width

This commit is contained in:
narugo1992
2026-04-19 20:59:16 +08:00
parent 8667cc3cd7
commit fef57a1924

View File

@@ -358,7 +358,7 @@
<el-select
v-model="currentBranch"
size="small"
class="w-full min-w-28 sm:w-48 sm:min-w-48 sm:flex-none"
class="w-full min-w-28 sm:w-37 sm:min-w-37 sm:flex-none"
@change="handleBranchChange"
>
<el-option label="main" value="main" />