From ffbe8f9dc40797bd3a1e70ae6370097c9e65b326 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 31 Jan 2026 12:54:11 +0200 Subject: [PATCH] fix(table): wrong alignment of buttons --- apps/client/src/widgets/note_bars/CollectionProperties.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/client/src/widgets/note_bars/CollectionProperties.css b/apps/client/src/widgets/note_bars/CollectionProperties.css index cd50197c47..99700f77a7 100644 --- a/apps/client/src/widgets/note_bars/CollectionProperties.css +++ b/apps/client/src/widgets/note_bars/CollectionProperties.css @@ -25,6 +25,10 @@ justify-content: center; } + .right-container { + justify-content: flex-end; + } + button.btn { min-width: 0; }