fix(ui) - devtool table cell padding and ellipse
This commit is contained in:
parent
414bec8cc1
commit
a88cb94a6e
1 changed files with 8 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue