diff --git a/static/style.css b/static/style.css index f60c08453dfa6d64d8aba05e17a397a26a1e3cc8..7c6128283d212efbcc0cfc9aa438060f7e8063c7 100644 --- a/static/style.css +++ b/static/style.css @@ -290,6 +290,9 @@ textarea::placeholder { } .bulk-section { + display: flex; + flex-direction: column; + align-items: flex-end; margin-bottom: 2rem; }