Skip to content

Fix too much whitespace in title #13197

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

Merged
merged 2 commits into from
Jul 23, 2018
Merged

Fix too much whitespace in title #13197

merged 2 commits into from
Jul 23, 2018

Conversation

tsteur
Copy link
Member

@tsteur tsteur commented Jul 23, 2018

In login screen, the title may contain too much whitespace and as a result the title may not be fully visible. see
image

In login screen, the title may contain too much whitespace.
@tsteur tsteur added the Needs Review PRs that need a code review label Jul 23, 2018
@tsteur tsteur added this to the 3.6.0 milestone Jul 23, 2018
@@ -4,11 +4,7 @@
{% block head %}
<meta charset="utf-8">
<title>
{%- block pageTitle -%}
{%- if title is defined %}{{ title }} - {% endif %}
{%- if categoryTitle is defined %}{{ categoryTitle }} - {% endif %}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually adding a - to the closing endif should do the same:
{% endif -%}

@tsteur
Copy link
Member Author

tsteur commented Jul 23, 2018

@sgiehl changed it

@sgiehl sgiehl merged commit bf62f58 into 3.x-dev Jul 23, 2018
@sgiehl sgiehl deleted the titletoomuchwhitespace branch July 23, 2018 20:25
@mattab mattab added not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. and removed not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. labels Aug 28, 2018
InfinityVoid pushed a commit to InfinityVoid/matomo that referenced this pull request Oct 11, 2018
* Fix too much whitespace in title

In login screen, the title may contain too much whitespace.

* Update layout.twig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Review PRs that need a code review
Development

Successfully merging this pull request may close these issues.

3 participants