I am using FAB speed dial within a toolbar. However I am unable to have it floating to the right of the toolbar. I\'ve tried float: right with no luck. Also, tried
float: right
Or you can use a class for that:
.fill-space { // This fills the remaining space, by using flexbox. // Every toolbar row uses a flexbox row layout. flex: 1 1 auto; }
Application Title Right Aligned Text
This solution is also taken from a spec.