diff --git a/front/client/App.vue b/front/client/App.vue index c9cf3b0..b5c0b81 100644 --- a/front/client/App.vue +++ b/front/client/App.vue @@ -85,4 +85,7 @@ td.lineNumbers { td.sourceCode { padding-left: 5px; } +.v-input--has-state.error--text .v-label { + animation: none; +}