aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/css/repo.css
diff options
context:
space:
mode:
Diffstat (limited to 'web_src/css/repo.css')
-rw-r--r--web_src/css/repo.css20
1 files changed, 6 insertions, 14 deletions
diff --git a/web_src/css/repo.css b/web_src/css/repo.css
index 0f6bf482b5..8d1f60d158 100644
--- a/web_src/css/repo.css
+++ b/web_src/css/repo.css
@@ -50,6 +50,11 @@
width: 300px;
}
+.issue-content-right .dropdown > .menu {
+ max-width: 270px;
+ min-width: 0;
+}
+
@media (max-width: 767.98px) {
.issue-content-left,
.issue-content-right {
@@ -57,11 +62,6 @@
}
}
-.repository .issue-content-right .menu {
- overflow-x: auto;
- max-height: 500px;
-}
-
.repository .issue-content-right .ui.list .dependency {
padding: 0;
white-space: nowrap;
@@ -113,11 +113,6 @@
left: 0;
}
-.repository .filter.menu .ui.dropdown .menu .item {
- overflow: hidden;
- text-overflow: ellipsis;
-}
-
.repository .select-label .desc {
padding-left: 23px;
}
@@ -672,6 +667,7 @@ td .commit-summary {
font-size: 14px !important;
padding: 7px 10px !important;
border-radius: var(--border-radius-medium) !important;
+ flex-shrink: 0;
}
.issue-state-label .svg {
@@ -1170,10 +1166,6 @@ td .commit-summary {
font-size: 14px;
}
-.repository .ui.dropdown.filter > .menu {
- margin-top: 1px;
-}
-
.repository.branches .commit-divergence .bar-group {
position: relative;
float: left;