You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Polymer
I got stuck with the following issue. I am not able to style the font styles of the paper-toolbar's title. I checked the git's latest commit. I found that they solved the line-height issue and they exposed the --paper-toolbar-title mixin to style the title. On upgrading the paper-toolbar with the latest commit (as dated on November 25, 2015) on my web server, I found that the toolbar's layout got some trouble. Even the demo page had a poor layout. I felt something about the missed dependencies and updated the following components also.
paper-styles
iron-flex-layout
But it hadn't resolved the issue. So, I just want to make sure that the problem is with myself or not.