static/style.css 🔗
@@ -290,6 +290,9 @@ textarea::placeholder {
}
.bulk-section {
+ display: flex;
+ flex-direction: column;
+ align-items: flex-end;
margin-bottom: 2rem;
}
Amolith created
Implements: 73ce387
Assisted-by: Claude Sonnet 4.5 via Crush
static/style.css | 3 +++
1 file changed, 3 insertions(+)
@@ -290,6 +290,9 @@ textarea::placeholder {
}
.bulk-section {
+ display: flex;
+ flex-direction: column;
+ align-items: flex-end;
margin-bottom: 2rem;
}