From a92ab34493d099ab5d74d6f0c8160904428443d8 Mon Sep 17 00:00:00 2001 From: Xaver Maierhofer Date: Sun, 12 May 2019 13:10:12 +0200 Subject: Fix input size for dependency select (#6913) --- public/less/_repository.less | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'public/less/_repository.less') diff --git a/public/less/_repository.less b/public/less/_repository.less index 5eb14ef059..c746f5bbcf 100644 --- a/public/less/_repository.less +++ b/public/less/_repository.less @@ -2244,9 +2244,18 @@ tbody.commit-list { cursor: pointer; } -@media only screen and (max-width: 768px) { - .new-dependency-drop-list { +#new-dependency-drop-list { + &.ui.selection.dropdown { + min-width: 0; + width: 100%; + border-radius: 4px 0 0 4px; + border-right: 0; + white-space: nowrap; + } + + .text { width: 100%; + overflow: hidden; } } -- cgit v1.2.3