Skip to content

Commit 41f1d26

Browse files
committed
fix(Dropdowns): DropdownMenu right
1 parent ef25cc4 commit 41f1d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/Base/Dropdowns/Dropdowns.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class Dropdowns extends Component {
6161
<DropdownToggle caret>
6262
This dropdown's menu is right-aligned
6363
</DropdownToggle>
64-
<DropdownMenu right style={{right: 'auto'}}>
64+
<DropdownMenu right>
6565
<DropdownItem header>Header</DropdownItem>
6666
<DropdownItem disabled>Action</DropdownItem>
6767
<DropdownItem>Another Action</DropdownItem>

0 commit comments

Comments
 (0)