Skip to content

Commit

Permalink
Merge pull request #738 from gowthamk63/master
Browse files Browse the repository at this point in the history
Solve issue in #735 "menu is not displayed with last version of chrome"
  • Loading branch information
darklow authored Sep 30, 2019
2 parents 9022a7a + 2ae4e33 commit d8d9ac7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion suit/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '0.2.26'
VERSION = '0.2.27'
2 changes: 1 addition & 1 deletion suit/static/suit/css/suit.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions suit/static/suit/less/suit.less
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ a.append-icon i {
/* Column layout */
@cc-padding: (@padding * 2);
.suit-columns {
display: flex;
padding-left: @left-column-width; /* LC fullwidth */
.suit-column {
position: relative;
Expand Down

0 comments on commit d8d9ac7

Please sign in to comment.