Skip to content
代码片段 群组 项目
提交 ba2a92d3 编辑于 作者: Chaitanya Sonwane's avatar Chaitanya Sonwane
浏览文件

Fixed sorting dropdown overflow when many filters are applied

上级 b0dd213a
No related branches found
No related tags found
2 合并请求!3031Merge per-main-jh to main-jh by luzhiyuan,!3030Merge per-main-jh to main-jh
......@@ -56,6 +56,7 @@ export default {
<template>
<div class="gl-flex gl-flex-col gl-gap-3 md:gl-flex-row">
<gl-filtered-search
class="gl-min-w-0 gl-grow"
:value="tokens"
:placeholder="s__('CredentialsInventory|Search or filter credentials...')"
:available-tokens="availableTokens"
......@@ -66,7 +67,7 @@ export default {
<gl-sorting
v-if="!hasKey"
block
dropdown-class="gl-w-full"
dropdown-class="gl-w-full !gl-flex"
:is-ascending="sorting.isAsc"
:sort-by="sorting.value"
:sort-options="$options.SORT_OPTIONS"
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册