Thank you for the excellent module. I'm using it on a personal site that I upgraded from Drupal 7 with a custom theme to a Drupal 10.2 site with the default Olivero theme enabled.

When I placed the tag cloud block in the 'Sidebar', the tag cloud exceeds the constraint of the block.

Tag cloud in sidebar

It was only then that I found out that Olivero is not easily sub-themed. I wonder if TagCloud could better support Olivero out of the box?

Thanks again for your module and any suggestions. (I've looked at the project "CSS Editor" to inject some custom CSS without sub-theming.)

CommentFileSizeAuthor
TagsCloud Block in Olivera.png21.55 KBmlecha

Issue fork tagclouds-3421201

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

mlecha created an issue. See original summary.

mlecha’s picture

To get the terms to wrap in the block I used:

.tagclouds-term {
    padding-right: 10px;
    display: inline-block;
}

Dane Powell made their first commit to this issue’s fork.

danepowell’s picture

Status: Active » Needs review

I'm not sure if this is the best technical fix or not, but I can confirm it works and I opened an MR.

  • joseph.olstad committed 8a033e7c on 2.0.x
    Issue #3421201 by Dane Powell, mlecha: Constrain block in Olivero
    
joseph.olstad’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.