[O] Style the button to have the same width

This commit is contained in:
Hykilpikonna
2019-08-21 14:02:23 +08:00
parent cea3c2724f
commit d9dfef59a2
+7
View File
@@ -7,4 +7,11 @@
{
margin: 5px 0;
}
// Button
.el-button
{
margin: 5px 0;
width: 100%;
}
}