From c4c4151f7d7a6aa18b354ae45c6ed93570d5de77 Mon Sep 17 00:00:00 2001 From: silverwind Date: Sat, 17 Dec 2022 02:58:57 +0100 Subject: [PATCH] Fix margin and alignment in dashboard repolist (#22120) Seems this has recently regressed, previously, there was a significant whitespace between icon and text, but it seems to be gone, so I added the margin and also vertically aligned the icon because it was slightly misaligned. Before: Screenshot 2022-12-13 at 20 03 51 After: image Co-authored-by: KN4CK3R --- templates/user/dashboard/repolist.tmpl | 6 +++--- web_src/less/_dashboard.less | 6 +++++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/templates/user/dashboard/repolist.tmpl b/templates/user/dashboard/repolist.tmpl index 620cc322f..9d0ea01ec 100644 --- a/templates/user/dashboard/repolist.tmpl +++ b/templates/user/dashboard/repolist.tmpl @@ -128,9 +128,9 @@