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

Responsive problem, buttons not visible #117

Open
DenysGranevych opened this issue Aug 10, 2017 · 1 comment
Open

Responsive problem, buttons not visible #117

DenysGranevych opened this issue Aug 10, 2017 · 1 comment
Assignees
Milestone

Comments

@DenysGranevych
Copy link

Cannot press select on cancel button.
image

@DenysGranevych
Copy link
Author

Solution - replace <md-actions layout="row">\n <md-button class="md-mini" ng-click="close()" style="width: 50%;">Cancel</md-button>\n <md-button class="md-mini" ng-click="ok()" style="width: 50%;">Select</md-button>\n </md-actions>
to
<md-actions layout="row">\n <div style="width: 50%; text-align: center;"><md-button class="md-mini" ng-click="close()" >Cancel</md-button></div>\n <div style="width: 50%; text-align: center;"><md-button class="md-mini" ng-click="ok()">Select</md-button></div>\n </md-actions>.

@brianpkelley brianpkelley self-assigned this Aug 28, 2017
@brianpkelley brianpkelley added this to the v1.0.0 milestone Aug 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants