Remove scrollbar from author title in quotes

This commit is contained in:
Evan Hahn 2020-08-13 17:21:05 -05:00 committed by GitHub
parent 02607edfff
commit aa43f322b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 86 additions and 11 deletions

View file

@ -1731,7 +1731,7 @@ $timer-icons: '55', '50', '45', '40', '35', '30', '25', '20', '15', '10', '05',
.module-quote__primary__author {
@include font-body-2-bold;
overflow-x: hidden;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;