提交 c4fd6ff4 编写于 作者: F Filipa Lacerda

Merge branch '27726-fix-dropdown-width-in-admin-project-page' into 'master'

Fixes dropdown width in admin project page

Closes #27726

See merge request !9002
......@@ -125,7 +125,6 @@
top: 100%;
left: 0;
z-index: 9;
max-width: 280px;
min-width: 240px;
margin-top: 2px;
margin-bottom: 0;
......@@ -137,6 +136,10 @@
border-radius: $border-radius-base;
box-shadow: 0 2px 4px $dropdown-shadow-color;
.filtered-search-input-container & {
max-width: 280px;
}
&.is-loading {
.dropdown-content {
display: none;
......
---
title: Fixes dropdown width in admin project page
merge_request: 9002
author:
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册