Allow chat reference to expand enough to show the whole reference, rather than constraining the height

This commit is contained in:
sabaimran
2023-11-10 17:49:20 -08:00
parent 14f8c151c8
commit b0b07bde6c
2 changed files with 2 additions and 2 deletions

View File

@@ -582,7 +582,7 @@
overflow: hidden;
}
button.reference-button.expanded {
max-height: 200px;
max-height: none;
}
button.reference-button::before {