Skip to content

Commit

Permalink
Fix #93 and give some space for searchbox
Browse files Browse the repository at this point in the history
  • Loading branch information
sapk committed Jul 2, 2016
1 parent 2f3f884 commit a7413e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions www/assets/js/page/home.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/* global S */
define({
options : {
displaySearchbox: true,
displayQuickAddButton : true,
title: S.lang["my-sheets"].capitalize(),
titleInSearch: S.lang["search"].capitalize()
},
Expand Down
3 changes: 2 additions & 1 deletion www/assets/platform/android/less/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,8 @@
}
}
header h3{
max-width: 85%;
/* max-width: 85%; */
max-width: 62%;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
Expand Down

0 comments on commit a7413e5

Please sign in to comment.