Merge pull request #2438 from nextcloud/backport/2433/stable1.1

[stable1.1] Fix scrollable titles with Dyslexia font
This commit is contained in:
Julius Härtl
2020-10-13 13:07:14 +02:00
committed by GitHub

View File

@@ -195,7 +195,7 @@ export default {
margin: 12px $card-padding;
flex-grow: 1;
font-size: 100%;
overflow-x: hidden;
overflow: hidden;
word-wrap: break-word;
padding-left: 4px;
span {