Allow select text from code block (#5792)

Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
Kristina 2024-06-12 19:34:42 +04:00 committed by GitHub
parent 032d37c0ca
commit a17d900e3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -358,6 +358,7 @@ table.proseTable {
border: 1px solid var(--theme-button-border);
border-radius: .25rem;
padding: .5rem;
user-select: text;
pre { white-space: pre-wrap; }
}