Skip to content

Commit

Permalink
#24260 fix right sidebar in Edit Mode is not responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
oidacra committed Mar 24, 2023
1 parent 505abeb commit 99d4486
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ dot-whats-changed,
padding-right: 80px;
}

.dot-edit__page-wrapper:after {
content: "";
display: block;
height: 1px;
width: 66.5rem;
}
//.dot-edit__page-wrapper:after {
// content: "";
// display: block;
// height: 1px;
// width: 66.5rem;
//}

.dot-edit__device-wrapper {
flex-grow: 1;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ form {
display: flex;
flex-direction: column;
height: 100%;
margin-right: 80px;
//margin-right: 80px;
}

.dot-edit-layout__actions {
Expand Down

0 comments on commit 99d4486

Please sign in to comment.