From: Dominik Csapak Date: Mon, 21 Nov 2022 07:53:41 +0000 (+0100) Subject: css: don't make full tags inline-block in the tree X-Git-Url: https://git.proxmox.com/?p=proxmox-widget-toolkit.git;a=commitdiff_plain;h=d13f97d6e3c01d0397244695e48fdd740c46b296 css: don't make full tags inline-block in the tree when showing full tags in the tree as inline-block, the height is increased, leading to unwanted 'wobble' when tags are added/removed Signed-off-by: Dominik Csapak --- diff --git a/src/css/ext6-pmx.css b/src/css/ext6-pmx.css index 37cadde..b9bfb35 100644 --- a/src/css/ext6-pmx.css +++ b/src/css/ext6-pmx.css @@ -14,6 +14,11 @@ display: inline-block; } +.proxmox-tags-full .x-grid-cell-inner-treecolumn .proxmox-tag-light, +.proxmox-tags-full .x-grid-cell-inner-treecolumn .proxmox-tag-dark { + display: inherit; +} + .x-boundlist-item > .proxmox-tag-light, .x-boundlist-item > .proxmox-tag-dark { line-height: 15px;