Fixed scrollbar on tables. Closes blinkfox/typora-vue-theme#26

This commit is contained in:
Sascha Brendel 2020-03-17 13:34:42 +01:00
parent c5395c9437
commit b3cd7355da
No known key found for this signature in database
GPG Key ID: F8BF8AB6963A2A98

View File

@ -632,6 +632,7 @@ table {
font-family: Menlo, Source Sans Pro, Monaco, courier, monospace !important;
font-size: 0.85rem;
padding: 0;
overflow: hidden;
word-break: initial;
}