-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels can't be read when they're long #630
Comments
I have CSS changes to suggest but can't figure out how you compile your SASS?
|
@artfulrobot sass hasn't been compiled for 2 years so it's quite likely that the npm/gulp toolchain has broken in that regard :-( |
@mattwire yeah I fought it for an hour and got nowhere. Gulp. But have made a PR the ol' fashioned way. |
Css, html fixes for selecting a template #630
In Mosaico 3.4, template labels seem worse. Looking at wpmaster.demo.civicrm.org and dmaster.demo.civicrm.org: Originally noted on Mattermost with CiviCRM 5.70.1. |
@composerjk This looks odd. The change I brought moves labels to the side (so they can be longer) - see screenshot at: #631 so if your labels are at the bottom then either that PR isn't included in 3.4 or something else is wrong. What theme(s) are you using? |
@artfulrobot we see the same as @composerjk on 3.4 both with Radstock and The Island |
@composerjk @BeccaTregenna what CMS? And, never heard of radstock - got a link? |
Both on WordPress and I think Radstock comes with Civi Admin Utilities |
@artfulrobot That screenshot came from https://wpmaster.demo.civicrm.org |
I'll fix this |
Fixed, I believe, please see #638 @BeccaTregenna I installed WordPress + installed the Admin Utils WP Plugin, but I couldn't see Radstock in the CiviCRM's theme options under Display Preferences? |
Thank you @artfulrobot, it's much appreciated. I suspect I was wrong about Radstock, will check with @kurund |
@BeccaTregenna ah found it, just have to enable it a different way. All should be good - see the PR link for screenshots |
PR Link, #638 |
Cool, thanks! Look forward to it being merged with a new release. |
Anyone using Mosaico Message Templates will have long titles for the templates because they combine the template name and the message subject.
But others may reasonably have longer titles too.
This makes the select template display unworkable/unreadable:
Possibly related: #526
The text was updated successfully, but these errors were encountered: