|
@@ -553,9 +553,9 @@ if (empty($conf->global->MAIN_DISABLE_GLOBAL_WORKBOARD)) {
|
|
|
$openedDashBoard .= '<div class="info-box-line spanoverflow nowrap">';
|
|
|
|
|
|
if (!empty($board->labelShort)) {
|
|
|
- $infoName = '<span class="marginrightonly" title="'.$board->label.'">'.$board->labelShort.'</span>';
|
|
|
+ $infoName = '<div class="marginrightonly inline-block valignmiddle info-box-line-text" title="'.$board->label.'">'.$board->labelShort.'</div>';
|
|
|
} else {
|
|
|
- $infoName = '<span class="marginrightonly">'.$board->label.'</span>';
|
|
|
+ $infoName = '<div class="marginrightonly inline-block valignmiddle info-box-line-text">'.$board->label.'</div>';
|
|
|
}
|
|
|
|
|
|
$textLateTitle = $langs->trans("NActionsLate", $board->nbtodolate);
|