Skip to content

Commit

Permalink
#24260 small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oidacra committed Mar 27, 2023
1 parent 01162d3 commit bf68a13
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@
display: flex;
flex-direction: column;
height: 100%;

form {
margin-right: 0;
}
}

.p-tabview-panel:not([hidden]) {
height: 100%;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ form {
display: flex;
flex-direction: column;
height: 100%;
margin-right: 80px;
}

.dot-edit-layout__actions {
Expand Down

0 comments on commit bf68a13

Please sign in to comment.