-
Notifications
You must be signed in to change notification settings - Fork 2
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
(#713) Change default icon font size #96
Conversation
Site: Grid add more detailed docs about various containers
…ewtypes ViewType object accepts href | Fixes liferay#641
Rename hideLabel params to showLabel for consistency
…ibutes) when needed.
Add testSoy task to travis
Add `cors` to fetch options
…onsMenus Fixes the quick action style in ClayManagementToolbar | Fixes liferay#738
Fix tag type JSDOC when use multiple types | Fixes liferay#736
Adds new JSDOC tags to ChartBase
Updates billboard.js to 1.3.0
…eation-menu Improve Creation Menu items logic | Fixes liferay#749
v2.0.0-rc.10
New Pull: liferay#779 Hey Justin, This is the right way to go about it. Generally it's variables first, then add css. I just have some suggestions for the commit message. If you use any of these keywords https://help.github.com/articles/closing-issues-using-keywords/ along with the issue number github will automatically close the issue when it gets merged into master. I also use Breaking, New, Update, Site at the beginning of my commit messages to denote what kind of change it is. Thanks! |
liferay#713
Not sure if it was better to do this or to change
height
andwidth
to16px
in.btn-monospaced.btn .lexicon-icon
@jonmak08