From fac1b3cf5455b0d4302fef0d1d10443692d7b80c Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sun, 29 Sep 2024 14:00:24 +0200 Subject: Fixed css styling Updated the edit page such that the input areas would not overflow. --- t_idea/edit.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/t_idea/edit.html b/t_idea/edit.html index 28b4f12..8a7885c 100644 --- a/t_idea/edit.html +++ b/t_idea/edit.html @@ -13,12 +13,17 @@ textarea[name="text"] { border: dashed 1px black; font-size: 1.25em; font-family: monospace; + width: 93%; + margin-left: 3%; + margin-right: 4%; } input[name="title"] { color: #4c4c4c; border: dashed 1px black; font-weight: bold; font-size: 2em; + display: inline; + width: 90%; } @@ -28,7 +33,7 @@ input[name="title"] {

- +

by {{.Author}} on {{.CreatedAt}}

-- cgit v1.2.3