Skip to content

Commit

Permalink
Migrate .right-div-readme adjustment to old modals
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed Apr 29, 2024
1 parent 9cc0963 commit 1c13767
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion plugins/Marketplace/stylesheets/plugin-details.less
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@
margin-top: 25px;
}

.right-div-readme {
// override marketplace provided styles
flex-grow: initial;
width: 48%;
}

.contentDetails p {
margin: 0 0 10px;
}
Expand Down Expand Up @@ -331,7 +337,8 @@
}

.right-div-readme {
width: 48%;
flex-grow: 1;
width: 50%;
}

.plugin-metadata-part2 {
Expand Down

0 comments on commit 1c13767

Please sign in to comment.