Restrict to one line of text in GridRep

There's a max-width though, we'll fix it later
This commit is contained in:
Justin Edmund 2022-03-08 02:01:36 -08:00
parent b0643d73b0
commit 41f8753169

View file

@ -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;