From bc43aecab6643bad5d9e1089180e8859b5557489 Mon Sep 17 00:00:00 2001 From: Bibin Muttappillil Date: Sat, 22 Jul 2023 01:31:27 +0200 Subject: [PATCH] use `input` for spoiler to save space in rendered form --- .gitea/issue_template/proposal.yaml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.gitea/issue_template/proposal.yaml b/.gitea/issue_template/proposal.yaml index 2fa8140..94132cc 100644 --- a/.gitea/issue_template/proposal.yaml +++ b/.gitea/issue_template/proposal.yaml @@ -14,17 +14,13 @@ body: placeholder: stofl, inspired by https://codeforces.com/problemset/problem/1/A validations: required: true - - type: textarea + - type: input id: spoiler-begin attributes: label: Start of spoiler description: Opening the spoiler tag - placeholder: | -
- Topic Tags - value: | -
- Topic Tags + placeholder:
Topic Tags + value:
Topic Tags - type: dropdown id: round attributes: @@ -121,7 +117,7 @@ body: - warmup validations: required: false - - type: textarea + - type: input id: spoiler-end attributes: label: End of spoiler