Merge pull request #1463 from sharelatex/jel-quote-style

Set a min-width on .quote-by

GitOrigin-RevId: 843c4bca65ca19308814521556af16d56f4af5ad
This commit is contained in:
Chrystal Maria Griffiths 2019-02-04 11:13:49 +00:00 committed by sharelatex
parent 09444a5e42
commit d187b6b186

View file

@ -15,6 +15,7 @@
border-color: @hr-border-alt;
}
.quote-by {
min-width: 80px;
overflow: hidden;
}
}