diff options
author | silverwind <me@silverwind.io> | 2020-12-08 04:20:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-07 22:20:12 -0500 |
commit | b7b5c3368de006ebb51c3c81cf7bc5fc656dbf11 (patch) | |
tree | 5c749375563f49c599aa054a4239f2f26512f14d /web_src/less | |
parent | ab22ab4a37110e989e2060fb088798e783dfcec7 (diff) | |
download | gitea-b7b5c3368de006ebb51c3c81cf7bc5fc656dbf11.tar.gz gitea-b7b5c3368de006ebb51c3c81cf7bc5fc656dbf11.zip |
Fix issue participants (#13893)
* Fix issue participants
* use list class for margin
* remove wrapper and don't render on zero participants
* keep whitespace
* remove participants class
* add some margin for timetracking stuff
Co-authored-by: 6543 <6543@obermui.de>
Diffstat (limited to 'web_src/less')
-rw-r--r-- | web_src/less/_repository.less | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/web_src/less/_repository.less b/web_src/less/_repository.less index 9925a79202..b4cff3490d 100644 --- a/web_src/less/_repository.less +++ b/web_src/less/_repository.less @@ -1189,13 +1189,6 @@ } } - .ui.participants { - img { - margin-top: 5px; - margin-right: 5px; - } - } - .ui.depending { .item.is-closed { .title { |