From d9dfef59a28012fdfb0852593ef2f6cf694d21db Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Wed, 21 Aug 2019 14:02:23 +0800 Subject: [PATCH] [O] Style the button to have the same width --- src/components/login/login.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/components/login/login.scss b/src/components/login/login.scss index 36264cf..666f1fd 100644 --- a/src/components/login/login.scss +++ b/src/components/login/login.scss @@ -7,4 +7,11 @@ { margin: 5px 0; } + + // Button + .el-button + { + margin: 5px 0; + width: 100%; + } }