loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix floated list items (#30377)

Fixes https://github.com/go-gitea/gitea/issues/30365, regression from
https://github.com/go-gitea/gitea/pull/30281

(cherry picked from commit fec754258cce7f82ce9263f2dd0fad3f0b078d8a)

authored by

silverwind and committed by
Gergely Nagy
da739611 b13e969d

+6
+6
web_src/css/modules/list.css
··· 126 126 cursor: pointer; 127 127 } 128 128 129 + .ui.list .list > .item [class*="right floated"], 130 + .ui.list > .item [class*="right floated"] { 131 + float: right; 132 + margin: 0 0 0 1em; 133 + } 134 + 129 135 .ui.menu .ui.list > .item, 130 136 .ui.menu .ui.list .list > .item { 131 137 display: list-item;