From b21266ed6f3178c9158584bf1986e4bb12923e1b Mon Sep 17 00:00:00 2001 From: Joe <33972521+hnb-ku@users.noreply.github.com> Date: Wed, 23 Jan 2019 16:18:38 +0800 Subject: [PATCH] FIX: corrects selector for move-to modal styles --- app/assets/stylesheets/common/base/modal.scss | 5 ++--- app/assets/stylesheets/desktop/modal.scss | 4 +++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/common/base/modal.scss b/app/assets/stylesheets/common/base/modal.scss index 66caf71f910..391f724a489 100644 --- a/app/assets/stylesheets/common/base/modal.scss +++ b/app/assets/stylesheets/common/base/modal.scss @@ -578,8 +578,8 @@ } } -// split topic modal -.split-modal { +// move-to topic modal +.move-to-modal { // move to existing topic .existing-topic { .radio { @@ -590,7 +590,6 @@ } .topic-categories { width: 100%; - margin-left: 5px; } } } diff --git a/app/assets/stylesheets/desktop/modal.scss b/app/assets/stylesheets/desktop/modal.scss index 090a0bc826d..4d02cb592a8 100644 --- a/app/assets/stylesheets/desktop/modal.scss +++ b/app/assets/stylesheets/desktop/modal.scss @@ -123,7 +123,9 @@ } #move-selected { - width: 475px; + // prevents content from moving when user selects differnt move options 525px + // is the same width we set on category edit modal + width: 525px; p { margin-top: 0;