diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2023-01-24 12:19:21 +0100 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2023-01-24 12:19:21 +0100 |
commit | 63cc6cb217dadc2fa5aa8d55e054cdbad14df60a (patch) | |
tree | efd751901c6b20dccd02e261a8482dd72554feb5 | |
parent | c1c1bb2c4c1baf37dbcce96f144966d4ada65ac5 (diff) |
Fix squished manage post edit button
-rw-r--r-- | src/http/tpl/posts-manage.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/http/tpl/posts-manage.html b/src/http/tpl/posts-manage.html index 17e7274..ac781df 100644 --- a/src/http/tpl/posts-manage.html +++ b/src/http/tpl/posts-manage.html @@ -13,6 +13,12 @@ {{ end }} <table> + <colgroup> + <col span="1" style="width: auto;"> + <col span="1" style="width: auto;"> + <col span="1" style="width: 5rem;"> + <col span="1" style="width: auto;"> + </colgroup> {{ range .Payload.Posts }} <tr> |