diff --git a/ccp/js/executionhistorycontroller.js b/ccp/js/executionhistorycontroller.js index d2aa71a..7dfd188 100644 --- a/ccp/js/executionhistorycontroller.js +++ b/ccp/js/executionhistorycontroller.js @@ -64,14 +64,22 @@ class CCPExecutionHistory extends HTMLElement { line-height: .6rem !important; } .ccp-toolbar-button svg { + display: block; fill: white; width: 24px; height: 24px; pointer-events: none; } + .ccp-toolbar-button-small svg { + width: 16px !important; + height: 16px !important; + } + .ccp-execution-list { + min-height: 3rem; + }