Skip to content
Snippets Groups Projects
Commit 1d1c45ec authored by Fredrik Jonsson's avatar Fredrik Jonsson
Browse files

Remove Actions header in React app so other columns can be wider.

parent a28fde48
No related branches found
No related tags found
No related merge requests found
......@@ -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}
......
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment