Merge branch 'feature/updating_quote_statuses' of https://code.gab.com/gab/social/gab-social into develop

This commit is contained in:
mgabdev
2020-01-16 17:56:32 -05:00
3 changed files with 25 additions and 24 deletions

View File

@@ -428,7 +428,7 @@
}
.status__content.status__content--collapsed {
max-height: 20px * 15; // 15 lines is roughly above 500 characters
max-height: 20px * 10; // 10 lines x 20px per line of text
}
.status__content__read-more-button {