Restrict to one line of text in GridRep
There's a max-width though, we'll fix it later
This commit is contained in:
parent
b0643d73b0
commit
41f8753169
1 changed files with 5 additions and 0 deletions
|
|
@ -65,6 +65,11 @@
|
||||||
h2 {
|
h2 {
|
||||||
color: $grey-00;
|
color: $grey-00;
|
||||||
font-size: $font-regular;
|
font-size: $font-regular;
|
||||||
|
overflow: hidden;
|
||||||
|
padding-bottom: 1px;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
max-width: 258px; // Can we not do this?
|
||||||
|
|
||||||
&.empty {
|
&.empty {
|
||||||
color: $grey-50;
|
color: $grey-50;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue