Skip to content

Commit

Permalink
Merge branch 'release/2.0.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
GregLeBarbar committed Jun 4, 2019
2 parents b2d6891 + 961de9f commit 095f8f1
Show file tree
Hide file tree
Showing 6 changed files with 345 additions and 237 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

*2.0.6* (2019-05-28)
- 🛠 Fixes & other
- Fix for the header light (#392)

*2.0.5* (2019-05-28)
- ✨ New implementations
- Improve the display of search and language selection for small screen devices
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.5
2.0.6
2 changes: 1 addition & 1 deletion assets/components/organisms/header/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
overflow: hidden;

.logo {
order: 1;
//order: 1;
margin: 0 auto 0 0;
padding: 0;
border: 0;
Expand Down
4 changes: 4 additions & 0 deletions assets/config/styleguide.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
}
}

.tlbx-item-preview {
overflow: hidden;
}

.tlbx-sidebar-item-list {
margin-left: 0;
padding: 0;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "epfl-elements",
"version": "2.0.5",
"version": "2.0.6",
"license": "MIT",
"main": "index.html",
"repository": {
Expand Down
Loading

0 comments on commit 095f8f1

Please sign in to comment.