Fix Port Channels take 2 (#16246)

* Resubmit of #16227

* Add missing new files
This commit is contained in:
Tony Murray
2024-07-26 08:45:34 -05:00
committed by GitHub
parent e45dd59f77
commit b41d1b7ffb
20 changed files with 749 additions and 148 deletions

View File

@@ -793,7 +793,7 @@ p.vspace { padding-top: 3px; padding-bottom: 3px; }
}
.graphcell, .ifcell, .devicecell, .datacell { margin: 0px 0px 7px 0px; padding: 7px; border: 0px; background: #e8e8e8; float: left; }
.iftable td { padding: 0 15px; }
.iftable td { padding: 0 15px; line-height: 1.42857143; }
.datacell { clear: both; }
.devicecell { margin: 2px auto; }