fix(trace-viewer): fix action icons to be always visible (#9666)

This commit is contained in:
Andrey Lushnikov 2021-10-20 14:44:32 -07:00 committed by GitHub
parent 225145fc3e
commit a9bf96e1bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,6 +77,7 @@
}
.action-icons {
flex: none;
display: flex;
flex-direction: row;
cursor: pointer;