diff options
author | silverwind <me@silverwind.io> | 2024-03-26 07:50:04 +0100 |
---|---|---|
committer | Earl Warren <contact@earl-warren.org> | 2024-03-30 07:17:30 +0100 |
commit | 11765a8206faa5dec090ec65ee3c8251f63cefa7 (patch) | |
tree | 8f8de2b5180e25f30b84758d5a8b66b3f33453da /routers/init.go | |
parent | Fix panic for `fixBrokenRepoUnits16961` (#30068) (diff) | |
download | forgejo-11765a8206faa5dec090ec65ee3c8251f63cefa7.tar.xz forgejo-11765a8206faa5dec090ec65ee3c8251f63cefa7.zip |
Fix table header text-align (#30084)
Fix regression from https://github.com/go-gitea/gitea/pull/30047.
Apparently tables have certain user-agent styles that center inside
`<th>` etc. Restored the original fomantic rules for these.
Before:
<img width="1332" alt="Screenshot 2024-03-25 at 21 59 33"
src="https://github.com/go-gitea/gitea/assets/115237/e06a5509-b505-4752-9b6e-91d5ed49f61d">
After:
<img width="1330" alt="Screenshot 2024-03-25 at 21 59 40"
src="https://github.com/go-gitea/gitea/assets/115237/6444817f-dd61-4a1e-a8b3-959c2780148d">
(cherry picked from commit dd75237c3492140140c7413d788bd961692048d8)
Diffstat (limited to 'routers/init.go')
0 files changed, 0 insertions, 0 deletions