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 <d.csapak@proxmox.com>
This commit is contained in:
parent
a35c612297
commit
d13f97d6e3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user