]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
css: don't make full tags inline-block in the tree
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 21 Nov 2022 07:53:41 +0000 (08:53 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 21 Nov 2022 09:27:43 +0000 (10:27 +0100)
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 <d.csapak@proxmox.com>
src/css/ext6-pmx.css

index 37caddecc445211ef2b90ca6e9abce7b1f7666dc..b9bfb354df930e48923aff4fe68069050d79ee3b 100644 (file)
     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;