summaryrefslogtreecommitdiffstats
path: root/web_src/less
diff options
context:
space:
mode:
Diffstat (limited to 'web_src/less')
-rw-r--r--web_src/less/_dashboard.less6
1 files changed, 5 insertions, 1 deletions
diff --git a/web_src/less/_dashboard.less b/web_src/less/_dashboard.less
index 4ba0788af1..4af55f2d2d 100644
--- a/web_src/less/_dashboard.less
+++ b/web_src/less/_dashboard.less
@@ -188,7 +188,11 @@
}
.repo-owner-name-list .item-name {
- max-width: 70%;
+ min-width: 0;
+ }
+
+ .repo-owner-name-list .item-name svg {
+ min-width: 16px;
}
}
}