This is an automated email from the ASF dual-hosted git repository. andytaylor pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/activemq-artemis-console.git
commit 78f7459969ed47d472254d5731ef1c9e60cda10c Author: GChuf <[email protected]> AuthorDate: Mon Oct 27 10:00:24 2025 +0100 ARTEMIS-5720: Merge duplicated css selectors --- .../packages/artemis-console-plugin/src/ArtemisTreeView.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/artemis-console-extension/artemis-extension/packages/artemis-console-plugin/src/ArtemisTreeView.css b/artemis-console-extension/artemis-extension/packages/artemis-console-plugin/src/ArtemisTreeView.css index c3fc5c0..5f1e71d 100644 --- a/artemis-console-extension/artemis-extension/packages/artemis-console-plugin/src/ArtemisTreeView.css +++ b/artemis-console-extension/artemis-extension/packages/artemis-console-plugin/src/ArtemisTreeView.css @@ -38,14 +38,11 @@ #artemis-tree-view .pf-v5-c-tree-view__node-text { padding-top: 2px; font-size: smaller; + overflow-x: hidden; + white-space: nowrap; + text-overflow: ellipsis; } #artemis-tree-view .pf-v5-c-tree-view__node-icon { flex-shrink: 0; } - -#artemis-tree-view .pf-v5-c-tree-view__node-text { - overflow-x: hidden; - white-space: nowrap; - text-overflow: ellipsis; -} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
