justify uploader url to start so it doesn't span outside text

This commit is contained in:
James Taylor 2018-07-30 16:32:56 -07:00
parent a28b81bfaf
commit dc5606e549

View File

@ -253,6 +253,7 @@ address{
.medium-item .title{
grid-column:2 / span 2;
grid-row:1;
justify-self:start;
min-width: 0;
max-height:3.6em;
overflow:hidden;
@ -327,6 +328,7 @@ address{
font-weight: 500;
text-decoration:initial;
min-width: 0;
justify-self:start;
overflow:hidden;
max-height: 3.3em;