minor css fix for the height of the shown image

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/widgets/image-previewer-widget@129222 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-06-21 15:33:45 +00:00
parent 9084efb0f1
commit d4108bada8
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%); /* IE 9 */
-webkit-transform: translate(-50%, -50%); /* Safari */
max-height: 100%;
max-height: 90%;
width: auto;
}