-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Cleanup of css+js along with update to latest stable releases of libraries #531
Conversation
@pjedrzejewski What do you think? |
{{ form_row(form.options, {'attr': {'class': 'input-xlarge'}}) }} | ||
{{ form_row(form.properties, {'attr': {'class': 'input-xlarge'}}) }} | ||
{{ form_row(form.name, {'attr': {'class': 'input-lg'}}) }} | ||
{{ form_row(form.options) }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you forgot the input-lg's here and in the line right below? 👶
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, it's not forgot, this was removed on purpose as it's renders (<select>
) ugly with that class.
@pjedrzejewski Any problem with this? |
I restarted the build few mins ago. :) |
@pjedrzejewski It will fail on specs as this was not rebase after fix. |
Cleanup of css+js along with update to latest stable releases of libraries
Thanks Joseph! |
Cleanup of css+js along with update to latest stable releases of libraries
Cleanup of css+js along with update to latest stable releases of libraries
Refs #526.