We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8869cca commit c4d37a8Copy full SHA for c4d37a8
ui/src/views/system-shared/AuthorizedWorkspaceDialog.vue
@@ -11,7 +11,7 @@
11
<el-radio value="BLACK_LIST">{{ $t('views.shared.BLACK_LIST') }}</el-radio>
12
</el-radio-group>
13
<p class="mb-8 lighter mt-16">{{ $t('views.shared.select_workspace') }}</p>
14
- <div class="flex border" v-loading="loading">
+ <div class="flex border" v-loading="loading" style="overflow: hidden;">
15
<div class="border-r">
16
<el-input
17
v-model="search"
0 commit comments