rhtyd closed pull request #2790: add height sizing to detail view so that it
renders all detail items
URL: https://github.com/apache/cloudstack/pull/2790
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index d68b4f8c3cf..9bcc41972bb 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -2077,6 +2077,7 @@ div.copypasteicon:hover {
.detail-view .details.group-multiple {
float: left;
+ height: 600px;
width: 100%;
margin-bottom: 30px;
}
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services