From fe794d055186cdad809b28283ccac2a7a57bf0ec Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Fri, 1 Mar 2024 00:21:18 -0300 Subject: [PATCH] Fix css of validate page Signed-off-by: Vitor Mattos --- src/views/Validation.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/views/Validation.vue b/src/views/Validation.vue index 7f3c442e13..836961bf57 100644 --- a/src/views/Validation.vue +++ b/src/views/Validation.vue @@ -213,12 +213,16 @@ $date-signed-font: .7rem; .jumbotron{ padding: 0; + margin: unset; + width: unset; + height: 100%; } .container{ display: flex; align-items: center; justify-content: center; + overflow-y: auto; width: 100%; .image{ @@ -309,6 +313,7 @@ button{ } .infor-container{ + width: 100%; margin-right: 20px; } @@ -334,7 +339,6 @@ button{ flex-direction: column; width: 100%; margin-left: 30px; - max-height: 250px; justify-content: center; overflow: scroll; @@ -350,7 +354,7 @@ button{ } .signed { - width: 700px; + width: 100%; margin-top: 10px; padding-right: 2px; strong {