fix(trace-viewer): fix action icons to be always visible (#9666)
This commit is contained in:
parent
225145fc3e
commit
a9bf96e1bd
|
|
@ -77,6 +77,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.action-icons {
|
.action-icons {
|
||||||
|
flex: none;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue