From 28573b504f7cefa95b083448fc2473248151f38e Mon Sep 17 00:00:00 2001 From: Andrei Prigorshnev Date: Mon, 23 May 2022 18:51:01 +0400 Subject: [PATCH] UX: align the trash button on the bookmark modal (#16884) --- app/assets/stylesheets/common/components/bookmark-modal.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/common/components/bookmark-modal.scss b/app/assets/stylesheets/common/components/bookmark-modal.scss index 5c71250caa..fc350a8388 100644 --- a/app/assets/stylesheets/common/components/bookmark-modal.scss +++ b/app/assets/stylesheets/common/components/bookmark-modal.scss @@ -10,6 +10,7 @@ .delete-bookmark { margin-left: auto; + margin-right: 0; } } .modal-body {