diff --git a/app/assets/stylesheets/common/base/modal.scss b/app/assets/stylesheets/common/base/modal.scss index 66caf71f91..391f724a48 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 090a0bc826..4d02cb592a 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;