Skip to content
This repository has been archived by the owner on Nov 23, 2020. It is now read-only.

Commit

Permalink
fixes #77; sidebar-collapsed alignment issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tabacitu committed Jan 8, 2017
1 parent ade5eda commit f7cc067
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -22,6 +22,13 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
- Nothing


## [0.7.14] - 2017-01-08

### Fixed
- Collapsed sidebar alignment issue; Fixes #77;



## [0.7.13] - 2017-01-08

### Fixed
Expand Down
3 changes: 3 additions & 0 deletions src/public/backpack.base.css
Expand Up @@ -20,6 +20,9 @@ body[class^='skin-'] .sidebar-menu>li>a {
border-left: 1px solid transparent;
}

body.sidebar-collapse .sidebar-menu>li:hover>a>span {
margin-left: -1px!important;
}

body[class^='skin-purple'] .btn-primary {
color: #fff;
Expand Down

0 comments on commit f7cc067

Please sign in to comment.