adj prof text
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user