fix(ui): align Add all button to right side

Amolith created

Implements: 73ce387
Assisted-by: Claude Sonnet 4.5 via Crush

Change summary

static/style.css | 3 +++
1 file changed, 3 insertions(+)

Detailed changes

static/style.css 🔗

@@ -290,6 +290,9 @@ textarea::placeholder {
 }
 
 .bulk-section {
+  display: flex;
+  flex-direction: column;
+  align-items: flex-end;
   margin-bottom: 2rem;
 }