Commit 026e7b20 by Kálmán Viktor

dashboard: vm list css fixes

- make sure the status icon and text are in 1 line always
- center stuff to the middle vertically
parent 1b85b8f4
......@@ -995,3 +995,11 @@ textarea[name="new_members"] {
.graph-images img {
max-width: 100%;
}
#vm-list-table tbody td:nth-child(3) {
white-space: nowrap;
}
#vm-list-table td {
vertical-align: middle;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment