[pve-devel] [PATCH widget-toolkit 1/2] css: don't make full tags inline-block in the tree
Dominik Csapak
d.csapak at proxmox.com
Mon Nov 21 08:53:41 CET 2022
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 at proxmox.com>
---
src/css/ext6-pmx.css | 5 +++++
1 file changed, 5 insertions(+)
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;
--
2.30.2
More information about the pve-devel
mailing list