Skip to content

Commit 083feab

Browse files
committed
Merge branch '4.5'
* 4.5: CLOUDSTACK-7837: [UI] Make the Source CIDR column wide enough to fit the CIDR value without ellipsizing
2 parents 4c5f792 + 6490694 commit 083feab

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

ui/css/cloudstack3.css

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff 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: 78px;
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;

0 commit comments

Comments
 (0)