Skip to content

User-ID String in real time widget might overflow #20072

@sk2212

Description

@sk2212

Expected Behavior

The visitor id is wrapped within span element:

image

Current Behavior

The visitor id is not wrapped within span element:

image

Possible Solution

Add CSS properties

word-wrap:break-word;
white-space: normal;

in corresponding CSS style class.

Steps to Reproduce (for Bugs)

  1. Send a Matomo Event with a long string in "uid" parameter
  2. Open index.php?module=CoreHome&action=index&idSite=1&category=General_Visitors&subcategory=General_RealTime#?idSite=1&category=General_Visitors&subcategory=General_RealTime
    OR Add Visitor Widget in Dashboard
    (see screenshot)

Your Environment

  • Browser: Chrome 107.0.5304.123
  • Operating System: Windows

Metadata

Metadata

Assignees

Labels

c: Design / UIFor issues that impact Matomo's user interface or the design overall.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions