0
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-18 07:52:05 +01:00
forgejo/web_src
wxiaoguang 682552378f
More fixes for the "commit-body" ()
The changes for "commit-body" in  are not ideal.

The reason is: the "commit-body" is usually a `<pre>`, it has default
margins. In most cases, we do not need that large margin. So, this PR
introduces a general but small margin for all "commit-body" elements.
Then these `gt-m-0` could be removed.

The `:not` selector is not needed, because the `.timeline-item` selector
is already clear enough.
2023-09-04 13:38:59 +00:00
..
css More fixes for the "commit-body" () 2023-09-04 13:38:59 +00:00
fomantic
js Reorder blocks in vue SFCs () 2023-09-02 14:59:07 +00:00
svg