diff --git a/plugins/Marketplace/stylesheets/plugin-details.less b/plugins/Marketplace/stylesheets/plugin-details.less index ad79e88ade76..9ccd0f55d1f9 100644 --- a/plugins/Marketplace/stylesheets/plugin-details.less +++ b/plugins/Marketplace/stylesheets/plugin-details.less @@ -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; } @@ -331,7 +337,8 @@ } .right-div-readme { - width: 48%; + flex-grow: 1; + width: 50%; } .plugin-metadata-part2 {