mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-6342: Fix LB table listing for Firefox
This commit is contained in:
parent
41684505d6
commit
4d84970ddc
|
|
@ -176,6 +176,8 @@ table tbody td.truncated > span {
|
|||
.list-view-select table th.name,
|
||||
.list-view-select table td.name {
|
||||
width: 170px;
|
||||
min-width: 170px;
|
||||
max-width: 170px;
|
||||
}
|
||||
|
||||
/** Multiselect*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue