Repository: zeppelin Updated Branches: refs/heads/master 118ad7de5 -> ec97cd074
Prevent menubar hide notebook title and control buttons depending on screen size ### What is this PR for? Prevent menubar hide notebook title and control buttons, depending on screen size ### What type of PR is it? Bug Fix ### Todos * [x] - Make search input box smaller ### How should this be tested? Resize your browser ### Screenshots (if appropriate) before  after  ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no Author: Lee moon soo <[email protected]> Closes #1079 from Leemoonsoo/change_search_input_size and squashes the following commits: e954bbe [Lee moon soo] Change search input box size Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/ec97cd07 Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/ec97cd07 Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/ec97cd07 Branch: refs/heads/master Commit: ec97cd074f3f29ae9c8fa6e3688040ca05cd2bad Parents: 118ad7d Author: Lee moon soo <[email protected]> Authored: Fri Jun 24 00:58:08 2016 -0700 Committer: Prabhjyot Singh <[email protected]> Committed: Sun Jun 26 15:06:52 2016 +0530 ---------------------------------------------------------------------- zeppelin-web/src/components/navbar/navbar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zeppelin/blob/ec97cd07/zeppelin-web/src/components/navbar/navbar.html ---------------------------------------------------------------------- diff --git a/zeppelin-web/src/components/navbar/navbar.html b/zeppelin-web/src/components/navbar/navbar.html index 4a7ad68..e365324 100644 --- a/zeppelin-web/src/components/navbar/navbar.html +++ b/zeppelin-web/src/components/navbar/navbar.html @@ -51,7 +51,7 @@ limitations under the License. <div class="input-group"> <input type="text" - style="min-width:300px;" + style="min-width:200px;" ng-model="searchForm.searchTerm" id="searchTermId" ng-disabled="!navbar.connected"
