From a09c88e06535205f1dea4fcde2936c3ad60f0661 Mon Sep 17 00:00:00 2001 From: hiteshkumar87 Date: Thu, 21 Sep 2023 18:13:52 +0530 Subject: [PATCH] Button width 100% nav-bar large button width 100% --- src/fmg-components/nav-bar/nav-bar.vue | 2 +- src/layouts/confirmation/confirmation.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/fmg-components/nav-bar/nav-bar.vue b/src/fmg-components/nav-bar/nav-bar.vue index 23f856371..b9fadc2a0 100644 --- a/src/fmg-components/nav-bar/nav-bar.vue +++ b/src/fmg-components/nav-bar/nav-bar.vue @@ -131,7 +131,7 @@ export default { .large-button { justify-content: center; .btn-primary { - width: 327px; + width: 100%; justify-content: center; } } diff --git a/src/layouts/confirmation/confirmation.vue b/src/layouts/confirmation/confirmation.vue index 3a8af32de..a2ea31c0f 100644 --- a/src/layouts/confirmation/confirmation.vue +++ b/src/layouts/confirmation/confirmation.vue @@ -3,8 +3,8 @@
-
-
+
+