Project

General

Profile

Actions

Bug #962

closed

Fix display of issue counter with position 'inline'

Added by liaham almost 3 years ago. Updated almost 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
Start date:
Due date:
% Done:

100%

Estimated time:
Affected Version:
Compatible Redmine Version:

Description

The issue counter box is too small when position is set to 'inline':

Faulty

This can be fixed with:

.dashboard .issue-counter {
	color: white;
	padding: 1rem;
	border-radius: 3px;
	text-align: center;
	overflow: unset; /* was here on hidden!! */
	word-wrap: break-word; /* was here on normal */
}

Fixed


Files


Related issues 1 (0 open1 closed)

Copied from xmera Omnia - Bug #916: Fix display of issue counter with position 'inline'Closedliaham

Actions
Actions #1

Updated by liaham almost 3 years ago

  • Copied from Bug #916: Fix display of issue counter with position 'inline' added
Actions #2

Updated by liaham almost 3 years ago

  • Description updated (diff)
Actions #3

Updated by liaham almost 3 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100
Actions #4

Updated by liaham almost 3 years ago

  • Target version changed from unreleased to 1.0.3
Actions

Also available in: Atom PDF