refator_comm1

This commit is contained in:
Mateusz Gruszczyński
2025-10-18 23:28:21 +02:00
parent 807596c931
commit eaa9cfbe8c

View File

@@ -155,3 +155,28 @@ footer.site-footer a:hover {
#toast-container .toast { #toast-container .toast {
pointer-events: auto; pointer-events: auto;
} }
#vm-admin table {
overflow: visible;
}
#vm-admin td {
vertical-align: middle;
}
#vm-admin .target-node {
position: relative;
z-index: 3;
}
#vm-admin .btn.btn-sm {
line-height: 1.2;
}
#vm-admin .btn-group .btn {
min-width: 4.2rem;
}
#vm-admin .act-migrate {
white-space: nowrap;
}