Skip to content

Commit

Permalink
push to make github work again
Browse files Browse the repository at this point in the history
  • Loading branch information
fidoriel committed Oct 9, 2023
1 parent e36704e commit b7ac542
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions evap/static/scss/components/_notebook.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
form[data-state="error"] {
--error-display: unset;
}

.visible-if-ready {
display: var(--ready-display);
}
Expand All @@ -27,7 +26,7 @@
.visible-if-successful {
display: var(--successful-display);
}

.notebook-animation {
transition: width .0s !important; // disable predefined bootstrap animation
}
Expand Down

0 comments on commit b7ac542

Please sign in to comment.