Skip to content

Commit

Permalink
Merge pull request #2412 from LibreSign/bugfix/css-of-validate-page
Browse files Browse the repository at this point in the history
Fix css of validate page
  • Loading branch information
vitormattos authored Mar 1, 2024
2 parents e8e51b4 + fe794d0 commit d29bbe2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/views/Validation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down Expand Up @@ -309,6 +313,7 @@ button{
}
.infor-container{
width: 100%;
margin-right: 20px;
}
Expand All @@ -334,7 +339,6 @@ button{
flex-direction: column;
width: 100%;
margin-left: 30px;
max-height: 250px;
justify-content: center;
overflow: scroll;
Expand All @@ -350,7 +354,7 @@ button{
}
.signed {
width: 700px;
width: 100%;
margin-top: 10px;
padding-right: 2px;
strong {
Expand Down

0 comments on commit d29bbe2

Please sign in to comment.