-
-
Notifications
You must be signed in to change notification settings - Fork 142
Adjusting the width of buttons #736
m-petrosyan
started this conversation in
General
-
I need one big button and one small one. How can this be done? For some reason it doesn't work.
$buttons = [
Button::make('Some text')->action('action')->width(0.66),
Button::make('Some tex')->action('action')->width(0.33),
];
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
Hi @m-petrosyan , the width of the buttons does not affect their display, but affects the buttons quantity in a keyboard row.
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment