diff options
author | hiifong <i@hiif.ong> | 2023-06-24 20:30:46 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-24 20:30:46 +0800 |
commit | 8e6a114317e6b6b137116f1b8e33c2290056cb6e (patch) | |
tree | 5983dfce7d339fc130fc60ce820f254f0b163b46 /web_src | |
parent | cc1d61f1f5d4b2e60135186e44550745f0e13f0f (diff) | |
download | gitea-8e6a114317e6b6b137116f1b8e33c2290056cb6e.tar.gz gitea-8e6a114317e6b6b137116f1b8e33c2290056cb6e.zip |
fix tags line no margin see #25255 (#25280)
This is my first pr, there are many things I don't understand very well,
I am very sorry, I rearranged the code and opened this new pr.
Now:
![image](https://github.com/go-gitea/gitea/assets/89133723/5acd9d81-2152-4966-9372-1fbf902ed073)
Diffstat (limited to 'web_src')
-rw-r--r-- | web_src/css/explore.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/web_src/css/explore.css b/web_src/css/explore.css index f4d1eed960..139dfcb19f 100644 --- a/web_src/css/explore.css +++ b/web_src/css/explore.css @@ -32,10 +32,6 @@ font-size: 12px; } -.ui.repository.list .item .ui.tags { - margin-bottom: 0.5rem; -} - .ui.repository.list .repo-title .labels { word-break: normal; flex-shrink: 0; |