diff --git a/components/GridRep/index.scss b/components/GridRep/index.scss index 288b6ac6..37b5a10d 100644 --- a/components/GridRep/index.scss +++ b/components/GridRep/index.scss @@ -65,6 +65,11 @@ h2 { color: $grey-00; font-size: $font-regular; + overflow: hidden; + padding-bottom: 1px; + text-overflow: ellipsis; + white-space: nowrap; + max-width: 258px; // Can we not do this? &.empty { color: $grey-50;