Skip to content

Commit

Permalink
Gallery Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel authored and daniel committed May 15, 2017
1 parent 078f0bb commit 9ff8aa9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions view/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -445,4 +445,9 @@ footer {

.galleryVideo{
overflow: hidden;
}

.galleryVideo .group {
overflow: hidden;
text-overflow: ellipsis;
}
2 changes: 1 addition & 1 deletion view/modeGallery.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
foreach ($value['tags'] as $value2) {
if ($value2->label === __("Group")) {
?>
<span class="label label-<?php echo $value2->type; ?> col-lg-6"><?php echo $value2->text; ?></span>
<span class="label label-<?php echo $value2->type; ?> col-lg-6 group"><?php echo $value2->text; ?></span>
<?php
}
}
Expand Down

0 comments on commit 9ff8aa9

Please sign in to comment.