From bec28999d9e460d52d6f71eeeab1c105a0330457 Mon Sep 17 00:00:00 2001 From: Saurabh Kumar Date: Tue, 27 Feb 2024 15:08:29 +0530 Subject: [PATCH] Minor improvements to UI of submission beta (#3783) - Update the row spacing, make them more comfortable for reading with increased padding top and bottom. - Update the ordering on the dropdown items, essentially aligns the "lead" and "reviewers" to be near the lead column and reviewers column in the rows. They are expected to align, but in one of earlier feedback people found it would be helpful if the "lead" dropdown was near the "lead" column. --- .../funds/includes/submission-list-item.html | 2 +- .../funds/templates/submissions/all.html | 42 +++++++++---------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/hypha/apply/funds/templates/funds/includes/submission-list-item.html b/hypha/apply/funds/templates/funds/includes/submission-list-item.html index 6ac43de415..3f983a9fd5 100644 --- a/hypha/apply/funds/templates/funds/includes/submission-list-item.html +++ b/hypha/apply/funds/templates/funds/includes/submission-list-item.html @@ -1,7 +1,7 @@ {% load i18n querystrings %} {% load heroicons %} -
+
{% comment %} Select {% endcomment %}