Merge pull request #3660 from leigh-johnson/3327

Host event modal - wrap long strings
This commit is contained in:
Leigh Johnson 2016-10-06 13:37:27 -04:00 committed by GitHub
commit 4a4c55a75c

View File

@ -125,6 +125,8 @@
.OnePlusTwo-left--detailsRow;
}
.HostEvent-field--content{
word-wrap: break-word;
max-width: 13em;
flex: 0 1 13em;
}
.HostEvent-details--left, .HostEvent-details--right{
@ -138,6 +140,7 @@
flex: 0 1 25em;
}
.HostEvent-field--content{
max-width: 15em;
flex: 0 1 15em;
align-self: flex-end;
}