diff --git a/hypha/static_src/src/app/src/components/ReviewBlock/index.js b/hypha/static_src/src/app/src/components/ReviewBlock/index.js index a35b6bdaa16b5945387702aba1dbfd816d193ee6..a71cb6da7d4fc6aee2fdcc4d1edc71f1edbd10a0 100644 --- a/hypha/static_src/src/app/src/components/ReviewBlock/index.js +++ b/hypha/static_src/src/app/src/components/ReviewBlock/index.js @@ -113,7 +113,7 @@ const ReviewBlock = ({children, recommendation, score}) => { {!isNaN(parseFloat(score)) && <div>{parseFloat(score).toFixed(1)}</div> } - <div>Actions</div> + <div></div> </li> } {children} diff --git a/hypha/static_src/src/sass/apply/components/_reviews-sidebar.scss b/hypha/static_src/src/sass/apply/components/_reviews-sidebar.scss index a0ec1c27336a48dea9aa5a6e8f2461c3ca037a61..8e53277bdf7ca61e557d667225b6adf956f4de9a 100644 --- a/hypha/static_src/src/sass/apply/components/_reviews-sidebar.scss +++ b/hypha/static_src/src/sass/apply/components/_reviews-sidebar.scss @@ -22,7 +22,7 @@ @supports (display: grid) { display: grid; - grid-template-columns: 45% 20% 10% 25%; + grid-template-columns: 45% 25% 15% 15%; grid-gap: 5px; }