fix: show evaluation in read only mode

This commit is contained in:
Jannat Patel
2022-11-23 15:12:57 +05:30
parent f691ebd146
commit 91e71091ef
5 changed files with 23 additions and 12 deletions

View File

@@ -1876,3 +1876,7 @@ select {
padding-right: 2.5rem;
-webkit-print-color-adjust: exact;
}
.clickable-row {
cursor: pointer;
}