1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixed color display

This commit is contained in:
Jeremy Stretch
2018-10-26 13:14:12 -04:00
parent 3518d023dc
commit 83dec3b587
4 changed files with 17 additions and 2 deletions

View File

@@ -416,6 +416,10 @@ table.report th a {
}
/* Misc */
.color-block {
display: block;
width: 80px;
}
.text-nowrap {
white-space: nowrap;
}