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 {
|
||||
flex: none;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
cursor: pointer;
|
||||
|
|
|
|||
Loading…
Reference in a new issue