From 8c2c00fbc11afb8bc095a718058b9c9723923f27 Mon Sep 17 00:00:00 2001 From: swag Date: Sun, 21 May 2023 02:21:57 -0400 Subject: [PATCH] Whoopsie --- README.md | 1 + assets/css/post_text.css | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88a094e..b093392 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ Run the tests locally (against development environment): ## TODOs 1. CSS +1. `post--remark__date` should be `post--remark__title` 1. Create mod takes null input?? 1. Check status for items not found, should be 404 but getting 5xx 1. "All new posts flagged" mode (require approval for new posts) diff --git a/assets/css/post_text.css b/assets/css/post_text.css index 8a3eac2..17e67a7 100644 --- a/assets/css/post_text.css +++ b/assets/css/post_text.css @@ -238,7 +238,6 @@ pre > code { .post--remark__date { display: flex; justify-content: space-between; - flex-wrap: wrap; background-color: var(--teal); margin: 0; padding: 0.25em 0.5em 0.25em 0.75em;