mirror of
https://github.com/KohakuBlueleaf/KohakuHub.git
synced 2026-05-06 04:17:46 -05:00
Tighten repo branch selector width
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user