#8207 Fixed group item

This commit is contained in:
Daniel Maya 2021-12-03 10:38:27 +01:00
parent c2348fdc3e
commit be587c5294
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@ final class Group extends Item
$html .= '<div class="group-item-title">';
$html .= $groupName;
$html .= '</div>';
$html .= '<div class="group-item-info">';
$html .= '<div class="group-item-info" style="padding:0%;width: 96%">';
// Critical.
$html .= '<div class="group-item-info-container">';
$html .= '<div class="value-style red_background">';