idleman 5 tahun lalu
induk
melakukan
aee20bcdbb
2 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 1 1
      plugin/hackpoint/action.php
  2. 1 1
      plugin/hackpoint/css/main.css

+ 1 - 1
plugin/hackpoint/action.php

@@ -38,7 +38,7 @@ switch($_['action']){
 				if(!$sketch->state &&  $sketch->creator != $myUser->login) continue;
 
 				$row = $sketch->toArray();
-				$row['comment'] = truncate($row['comment'],70);
+				$row['comment'] = truncate($row['comment'],65);
 				$row['picture'] = $sketch->picture();
 				$row['created'] = relative_time($row['created']);
 				$response['rows'][] = $row;

+ 1 - 1
plugin/hackpoint/css/main.css

@@ -43,7 +43,7 @@
     overflow: hidden;
 }
 
-#sketchs li .card > p{
+#sketchs li .card p{
     overflow: hidden;
     height: 48px;
     text-overflow: ellipsis;