Skip to content

Commit

Permalink
[IMP] sign_oca: Use flex in order to show it properly
Browse files Browse the repository at this point in the history
  • Loading branch information
etobella committed Jul 7, 2024
1 parent 67b467a commit 510cd4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sign_oca/static/src/scss/portal.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.o_sign_oca_content {
height: 100%;
display: flex;
flex-direction: column;
}
.o_oca_sign_portal_info {
display: flex;
Expand Down
2 changes: 2 additions & 0 deletions sign_oca/static/src/scss/sign_oca.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
html .o_web_client > .o_action_manager > .o_action > .o_content > .o_sign_oca_content {
height: 100%;
width: 100%;
display: flex;
flex-direction: column;
}
html
.o_web_client
Expand Down

0 comments on commit 510cd4c

Please sign in to comment.