diff options
Diffstat (limited to 'web_src/less/_dashboard.less')
-rw-r--r-- | web_src/less/_dashboard.less | 21 |
1 files changed, 2 insertions, 19 deletions
diff --git a/web_src/less/_dashboard.less b/web_src/less/_dashboard.less index d5fac494f1..c8659a92a1 100644 --- a/web_src/less/_dashboard.less +++ b/web_src/less/_dashboard.less @@ -98,8 +98,6 @@ margin-left: .35rem; } - line-height: 1.2; - > .ui.grid { margin-left: auto; margin-right: auto; @@ -181,23 +179,8 @@ margin-right: .25rem; } - .repo-owner-name-list { - .item-name { - max-width: 70%; - margin-bottom: -4px; - } - } - - #collaborative-repo-list { - .owner-and-repo { - max-width: 80%; - margin-bottom: -5px; - } - - .owner-name { - max-width: 120px; - margin-bottom: -5px; - } + .repo-owner-name-list .item-name { + max-width: 70%; } } } |