From 4aa293a216c97c08f221fb080da41babf6074ea6 Mon Sep 17 00:00:00 2001
From: Mateus Rambo Strey <mars11@inf.ufpr.br>
Date: Tue, 29 Sep 2015 15:42:09 -0300
Subject: [PATCH] fix learning object thumbnail file

---
 app/assets/stylesheets/application/learning_objects.scss | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/app/assets/stylesheets/application/learning_objects.scss b/app/assets/stylesheets/application/learning_objects.scss
index 3881cac2..8d908588 100644
--- a/app/assets/stylesheets/application/learning_objects.scss
+++ b/app/assets/stylesheets/application/learning_objects.scss
@@ -19,6 +19,11 @@ $background-grey: #e7e7e8;
     height: 141px;
     position: relative;
 
+    a > img {
+      width: 230px;
+      height: 141px;
+    }
+
     .learning-object-actions {
       position: absolute;
       bottom: 5px;
-- 
GitLab