mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
Pull DropdownButtons in collection to the right, to make them work also on mobile
This commit is contained in:
parent
dc813f2687
commit
6217663fe0
@ -83,6 +83,7 @@ let PieceListToolbarFilterWidget = React.createClass({
|
||||
|
||||
return (
|
||||
<DropdownButton
|
||||
pullRight={true}
|
||||
title={filterIcon}
|
||||
className="ascribe-piece-list-toolbar-filter-widget">
|
||||
{/* We iterate over filterParams, to receive the label and then for each
|
||||
|
@ -54,6 +54,7 @@ let PieceListToolbarOrderWidget = React.createClass({
|
||||
return (
|
||||
|
||||
<DropdownButton
|
||||
pullRight={true}
|
||||
title={filterIcon}
|
||||
className="ascribe-piece-list-toolbar-filter-widget">
|
||||
<li style={{'textAlign': 'center'}}>
|
||||
|
Loading…
Reference in New Issue
Block a user