Skip to content
Snippets Groups Projects
Commit dc50bb49 authored by Frank Duncan's avatar Frank Duncan
Browse files

Fix score box height

New css changes meant that the auto height wasn't working.  So we just
set it manually.

Fixes ots/clients/ardc/hypha-tracker#385: Review score box is very large
parent 28d1566e
No related branches found
No related tags found
1 merge request!114Fix score box height
......@@ -36,6 +36,7 @@
position: -webkit-sticky; // stylelint-disable value-no-vendor-prefix
top: 0;
margin-top: 10px;
height: 2.5rem;
}
&--error-inline {
......
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