fix(monitor/frontend): bgp panel CC column wider (HK was truncating to H...)
This commit is contained in:
parent
cf38f88efd
commit
0695f5d9a4
|
|
@ -40,12 +40,12 @@
|
|||
|
||||
.cc {
|
||||
color: var(--fg-3);
|
||||
width: 10%;
|
||||
width: 14%;
|
||||
}
|
||||
|
||||
.isp {
|
||||
color: var(--fg-2);
|
||||
width: 38%;
|
||||
width: 34%;
|
||||
}
|
||||
|
||||
.pfx {
|
||||
|
|
|
|||
Loading…
Reference in New Issue