Enhance image display in mark_answer.html and add remote URL to context in mark_answer view for improved layout and functionality

This commit is contained in:
Ross
2025-09-08 11:25:28 +01:00
parent 9ed8fd90b3
commit 6b1db6b3c5
4 changed files with 12 additions and 4 deletions
+5
View File
@@ -1408,4 +1408,9 @@ span#user-id {
.row-selector tbody tr.selected td {
background-color: #b3d7ff !important;
color: #333;
}
.image-block {
min-width: 100px;
display: inline-block;
}