File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8267,7 +8267,7 @@ div.container div.panel div#details-tab-addloadBalancer.detail-group div.loadBal
82678267
82688268.multi-edit .data .data-body .data-item > table tbody tr td span {
82698269 overflow : hidden;
8270- max-width : 78 px ;
8270+ max-width : 90 % ;
82718271 display : block;
82728272 float : left;
82738273 text-overflow : ellipsis;
@@ -8425,6 +8425,17 @@ div.container div.panel div#details-tab-addloadBalancer.detail-group div.loadBal
84258425 font-size : 10px ;
84268426}
84278427
8428+ /* special case for 'Source CIDR' column - make it wide enough to fit a CIDR without ellipsizing*/
8429+ .detail-view .multi-edit table tr th .cidrlist ,
8430+ .detail-view .multi-edit table tr td .cidrlist {
8431+ min-width : 112px !important ;
8432+ max-width : 112px !important ;
8433+ }
8434+ .detail-view .multi-edit td .cidrlist input {
8435+ width : 85% ;
8436+ }
8437+
8438+
84288439/** Header fields*/
84298440.multi-edit .header-fields {
84308441 position : relative;
You can’t perform that action at this time.
0 commit comments