diff options
author | Roberto Santalla <roobre@users.noreply.github.com> | 2021-01-20 20:53:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-20 21:53:48 +0200 |
commit | ef85bf84ee42678c1dcb3d6ea69565737c2f6eed (patch) | |
tree | 0c5c16a85733ba74c175a122feae2bd95a2655f8 /web_src | |
parent | 172229966c9c69305d7b6b9b69552346343fe270 (diff) | |
download | gitea-ef85bf84ee42678c1dcb3d6ea69565737c2f6eed.tar.gz gitea-ef85bf84ee42678c1dcb3d6ea69565737c2f6eed.zip |
Project: show referenced PRs in issue cards (#14183)
Co-authored-by: Lauris BH <lauris@nix.lv>
Diffstat (limited to 'web_src')
-rw-r--r-- | web_src/less/_repository.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web_src/less/_repository.less b/web_src/less/_repository.less index fa6ea4467b..57f101abb9 100644 --- a/web_src/less/_repository.less +++ b/web_src/less/_repository.less @@ -2921,7 +2921,7 @@ tbody.commit-list { } .board-card .content { - padding: 5px 8px !important; + padding: 8px 8px 5px !important; } .board-card .extra.content { |