adj prof text

This commit is contained in:
2026-05-02 19:19:37 +02:00
parent 690deff6e5
commit 11e63f7758
2 changed files with 5 additions and 4 deletions

View File

@@ -479,8 +479,8 @@ button:disabled { opacity: 0.5; cursor: not-allowed; }
}
.teacher-transcript {
min-height: calc(1.35em * 3);
max-height: calc(1.35em * 3);
overflow: hidden;
max-height: none;
overflow: visible;
color: #14213d;
font-size: clamp(0.95rem, 1.5vw, 1.08rem);
line-height: 1.35;
@@ -764,7 +764,7 @@ button:disabled { opacity: 0.5; cursor: not-allowed; }
.teacher-transcript {
min-height: calc(1.35em * 3);
max-height: calc(1.35em * 3);
max-height: none;
font-size: 0.9rem;
padding: 0 0.65rem;
}