fix(monitor/frontend): bgp panel CC column wider (HK was truncating to H...)

This commit is contained in:
CarterPerez-dev 2026-05-03 19:15:26 -04:00
parent cf38f88efd
commit 0695f5d9a4
1 changed files with 2 additions and 2 deletions

View File

@ -40,12 +40,12 @@
.cc {
color: var(--fg-3);
width: 10%;
width: 14%;
}
.isp {
color: var(--fg-2);
width: 38%;
width: 34%;
}
.pfx {