fix(ui) - devtool table cell padding and ellipse

This commit is contained in:
Shekar Siri 2022-10-18 14:02:11 +02:00
parent 414bec8cc1
commit a88cb94a6e

View file

@ -66,8 +66,15 @@ $offset: 10px;
display: flex;
align-items: center;
overflow: hidden;
padding: 0 2px;
padding: 0 6px;
white-space: nowrap;
& > div > div {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 100%;
}
}
.hoverable {
transition: all 0.3s;