From 6972eb8f8f4f0fe4ea1f37a1944057a5a0bb68ad Mon Sep 17 00:00:00 2001 From: James Robinson Date: Thu, 12 Jul 2018 21:08:13 +0100 Subject: [PATCH] Prevent login error text overflow (#10450) --- website/client/components/snackbars/notification.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/client/components/snackbars/notification.vue b/website/client/components/snackbars/notification.vue index 256806f6dc..648387cdb1 100644 --- a/website/client/components/snackbars/notification.vue +++ b/website/client/components/snackbars/notification.vue @@ -50,6 +50,10 @@ transition(name="fade") .error { background-color: #f74e52; + border-radius: 60px; + width: 320px !important; + padding: 10px 5px; + margin-left: 0; color: #fff; }