Spaces:
Running
Running
Upload style.css
Browse files
style.css
CHANGED
|
@@ -414,7 +414,7 @@ h2 {
|
|
| 414 |
max-height: 300px;
|
| 415 |
overflow-y: auto;
|
| 416 |
font-size: 0.9375rem;
|
| 417 |
-
line-height: 1.
|
| 418 |
color: #0f172a;
|
| 419 |
word-wrap: break-word;
|
| 420 |
}
|
|
@@ -422,7 +422,7 @@ h2 {
|
|
| 422 |
.transcript-row {
|
| 423 |
display: flex;
|
| 424 |
gap: 0.75rem;
|
| 425 |
-
padding: 0.
|
| 426 |
}
|
| 427 |
|
| 428 |
.transcript-row .timestamp {
|
|
|
|
| 414 |
max-height: 300px;
|
| 415 |
overflow-y: auto;
|
| 416 |
font-size: 0.9375rem;
|
| 417 |
+
line-height: 1.4;
|
| 418 |
color: #0f172a;
|
| 419 |
word-wrap: break-word;
|
| 420 |
}
|
|
|
|
| 422 |
.transcript-row {
|
| 423 |
display: flex;
|
| 424 |
gap: 0.75rem;
|
| 425 |
+
padding: 0.125rem 0;
|
| 426 |
}
|
| 427 |
|
| 428 |
.transcript-row .timestamp {
|