diff options
-rw-r--r-- | static/css/pages/lesson.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/css/pages/lesson.css b/static/css/pages/lesson.css index b2478de..dbf5cfe 100644 --- a/static/css/pages/lesson.css +++ b/static/css/pages/lesson.css @@ -102,6 +102,7 @@ } .error { + overflow: auto; border-color: var(--brand-error); } |