truncate long field header labels
This commit is contained in:
parent
f5ee31c175
commit
647ce5fc52
1 changed files with 3 additions and 0 deletions
|
|
@ -75,7 +75,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.field-header__label {
|
.field-header__label {
|
||||||
|
overflow: hidden;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.field-header__type-indicator {
|
.field-header__type-indicator {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue