Changing width of button-bar buttons

Trying to use button-bars in my side-menu, with a text button and an icon button. I can’t get the width of either to change though. Here’s an idea of where I’m at:

<ion-side-menu side=“right”>
<ion-content>
<ion-list>
<div class=“button-bar”>
<a class=“button” nav-clear menu-close style=“text-align:left;width:auto” href="#">Page</a>
<a class=“button” style="text-align:right;width:20%><i class=“icon ion-ios7-arrow-down”></i></a>
</div>
</ion-list>
</ion-content>
</ion-side-menu>
</ion-side-menus>
[/quote]

Nevermind. You just need to change the max-width.

2 Likes