From acfed4d9c7634b76ff9b6cbb938c03189425d2bb Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Sat, 21 Mar 2015 21:48:50 -0400 Subject: [PATCH] Fixes #176 set max-width property on .file-attachment > img --- css/hesk_newStyle.php | 1 + css/hesk_newStyleRTL.php | 1 + 2 files changed, 2 insertions(+) diff --git a/css/hesk_newStyle.php b/css/hesk_newStyle.php index d82b4892..b6eba14d 100644 --- a/css/hesk_newStyle.php +++ b/css/hesk_newStyle.php @@ -391,5 +391,6 @@ button.dropdown-submit { .file-attachment > img { margin: -15px; height: 100px; + max-width: 173.391px cursor: pointer; } diff --git a/css/hesk_newStyleRTL.php b/css/hesk_newStyleRTL.php index a694a7f8..3768e799 100644 --- a/css/hesk_newStyleRTL.php +++ b/css/hesk_newStyleRTL.php @@ -385,5 +385,6 @@ text-shadow: 2px 2px #ccc; .file-attachment > img { margin: -15px; height: 100px; +max-width: 173.391px; cursor: pointer; } \ No newline at end of file