Fixes #3246 - Knowldge Base internal answer view goes out of screen if previous or next answer title is very long

This commit is contained in:
Mantas 2020-10-08 16:24:18 +03:00 committed by Mantas Masalskis
parent 72dd0c0316
commit b9755a4956

View file

@ -11527,6 +11527,7 @@ span.is-disabled {
}
&-main {
width: 100%;
@include ltr(transition, margin-right 500ms);
@include ltr(margin-right, 280px);
@include rtl(transition, margin-left 500ms);