Skip to content
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

[RFR] Add space between view action buttons #554

Merged
merged 1 commit into from
Jul 9, 2015
Merged

Conversation

fzaninotto
Copy link
Member

View action buttons (create, export, filter, etc.) used to be glued to one another in the production environment (because of uglifyjs compression of html whitespace), but not in dev - that's why it went unnoticed for so long.

While fixing the problem, I also rewrote the templates of the buttons directives with the ES6 template literal syntax.

Before:

image

After:

image

View action buttons (create, export, filter, etc.) used to be glued to
one another in the production environment (because of uglifyjs
compression of html whitespace), but not in dev - that's why it went
unnoticed for so long.

While fixing the problem, I also rewrote the templates of the buttons
directives with the ES6 template literal syntax.
jeromemacias added a commit that referenced this pull request Jul 9, 2015
[RFR] Add space between view action buttons
@jeromemacias jeromemacias merged commit f2e87b9 into master Jul 9, 2015
@jeromemacias jeromemacias deleted the spaced_actions branch July 9, 2015 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants