Commit c4fd6ff4 authored by Filipa Lacerda's avatar 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
parents 56aae9ff be65329c
...@@ -125,7 +125,6 @@ ...@@ -125,7 +125,6 @@
top: 100%; top: 100%;
left: 0; left: 0;
z-index: 9; z-index: 9;
max-width: 280px;
min-width: 240px; min-width: 240px;
margin-top: 2px; margin-top: 2px;
margin-bottom: 0; margin-bottom: 0;
...@@ -137,6 +136,10 @@ ...@@ -137,6 +136,10 @@
border-radius: $border-radius-base; border-radius: $border-radius-base;
box-shadow: 0 2px 4px $dropdown-shadow-color; box-shadow: 0 2px 4px $dropdown-shadow-color;
.filtered-search-input-container & {
max-width: 280px;
}
&.is-loading { &.is-loading {
.dropdown-content { .dropdown-content {
display: none; display: none;
......
---
title: Fixes dropdown width in admin project page
merge_request: 9002
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment