Fix long call names overflowing the interface
They are now properly truncated with an ellipsis.
This commit is contained in:
@@ -90,6 +90,7 @@ limitations under the License.
|
|||||||
.nameLine {
|
.nameLine {
|
||||||
grid-area: name;
|
grid-area: name;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
min-width: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: var(--cpd-space-1x);
|
gap: var(--cpd-space-1x);
|
||||||
@@ -97,8 +98,6 @@ limitations under the License.
|
|||||||
|
|
||||||
.nameLine > h1 {
|
.nameLine > h1 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
/* XXX I can't actually get this ellipsis overflow to trigger, because
|
|
||||||
constraint propagation in a nested flexbox layout is a massive pain */
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user