Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8893d3f

Browse filesBrowse files
committed
refactor(demo): AppHeaderDropdown remove style right auto
1 parent f7eef6c commit 8893d3f
Copy full SHA for 8893d3f

File tree

Expand file treeCollapse file tree

2 files changed

+4
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+4
-2
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- fix(SidebarNav): add missing `class` and `attributes` to navDropdown item
66
- fix(HeaderDropdown): add missing Dropdown.propTypes
7+
- refactor(demo): AppHeaderDropdown remove style right auto
78

89
###### dependencies update
910
- update `core-js` to `^2.6.8`

‎demo/src/containers/DefaultLayout/DefaultLayout.js

Copy file name to clipboardExpand all lines: demo/src/containers/DefaultLayout/DefaultLayout.js
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import {
1616
AppSidebarForm,
1717
AppSidebarHeader,
1818
AppSidebarMinimizer,
19+
// AppSidebarNav as AppSidebarNav,
1920
AppSidebarNav2 as AppSidebarNav,
2021
AppSidebarToggler,
2122
} from '../../../../src';
@@ -53,7 +54,7 @@ class DefaultLayout extends Component {
5354
<DropdownToggle nav>
5455
<img src={avatar} className="img-avatar" alt="admin@bootstrapmaster.com" />
5556
</DropdownToggle>
56-
<DropdownMenu right style={{ right: 'auto', height: '400px' }}>
57+
<DropdownMenu right style={{ height: '400px' }}>
5758
AppHeaderDropdown
5859
</DropdownMenu>
5960
</AppHeaderDropdown>
@@ -91,7 +92,7 @@ class DefaultLayout extends Component {
9192
</AppAside>
9293
</div>
9394
<AppFooter>
94-
<span><a href="https://coreui.io">CoreUI</a> &copy; 2018 creativeLabs</span>
95+
<span><a href="https://coreui.io">CoreUI</a> &copy; 2019 creativeLabs</span>
9596
<span className="ml-auto">Powered by <a href="https://coreui.io/react">CoreUI for React</a></span>
9697
</AppFooter>
9798
</div>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.