Stop service name overflowing

This is just to stop it looking broken. 50% column width chosen to
maintain the rhythm of the grid.
This commit is contained in:
Chris Hill-Scott
2019-06-21 15:30:09 +01:00
parent 555b811fa7
commit 003e926f27

View File

@@ -16,7 +16,10 @@
@include bold-19;
padding: $padding-top 0 $padding-bottom 0;
display: inline-block;
vertical-align: top;
max-width: 50%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
&-switch {