diff --git a/evap/static/scss/components/_notebook.scss b/evap/static/scss/components/_notebook.scss index 83b0f613ab..f22cb6aac5 100644 --- a/evap/static/scss/components/_notebook.scss +++ b/evap/static/scss/components/_notebook.scss @@ -17,7 +17,6 @@ form[data-state="error"] { --error-display: unset; } - .visible-if-ready { display: var(--ready-display); } @@ -27,7 +26,7 @@ .visible-if-successful { display: var(--successful-display); } - + .notebook-animation { transition: width .0s !important; // disable predefined bootstrap animation }