mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-09 01:13:50 +00:00
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;
|
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-light,
|
||||||
.x-boundlist-item > .proxmox-tag-dark {
|
.x-boundlist-item > .proxmox-tag-dark {
|
||||||
line-height: 15px;
|
line-height: 15px;
|
||||||
|
Loading…
Reference in New Issue
Block a user