Merge "Hide overflowing author element content" into stable-2.16

This commit is contained in:
David Pursehouse 2019-05-09 23:48:50 +00:00 committed by Gerrit Code Review
commit da21fa5ab2

View File

@ -120,6 +120,7 @@ limitations under the License.
position: static;
}
.collapsed .author {
overflow: hidden;
color: var(--primary-text-color);
margin-right: .4em;
}