Uh oh!
There was an error while loading. Please reload this page.
[ZEPPELIN-1552] Search button goes to next line when display's width shortens. - #1525
[ZEPPELIN-1552] Search button goes to next line when display's width shortens.#1525hyonzin wants to merge 3 commits into
Conversation
tae-jun
commented
Oct 15, 2016
LGTM |
@hyonzin Thanks for your contribution and good catch :) Just tested and it seems not working as expected in my 13 inch screen. (FYI 13inch -> about 1248px) So I worked around a bit to fix this. You can check it in my branch. With my change it will be like this. If you have time, please check this and let me know how it is! :D |
hyonzin
commented
Oct 15, 2016
@AhyoungRyu Thank you for your reply and good suggestion. I checked that in your branch and It seems to work very well! |
AhyoungRyu
commented
Oct 15, 2016
@hyonzin Thx for your prompt response! LGTM 👍 |
tae-jun
commented
Oct 15, 2016
CI is green light! Merge please @AhyoungRyu ! 😄 |
AhyoungRyu
commented
Oct 16, 2016
hyonzin
commented
Oct 16, 2016
@AhyoungRyu@tae-jun Thanks for you verification 😀 |
…shortens. ### What is this PR for? In document page(http://zeppelin.apache.org/docs/0.7.0-SNAPSHOT/), the search button goes to next line when display's width shortens. ### What type of PR is it? [Improvement] ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-1552 ### Screenshots (if appropriate) <img width="927" alt="2016-10-15 2 04 00" src="https://cloud.githubusercontent.com/assets/6567102/19398321/0d76a1c4-9287-11e6-86e0-9f120c00b143.png"> when (768px ≤ width < 992px) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: hyonzin <hyeonjin507@gmail.com> Author: AhyoungRyu <ahyoungryu@apache.org> Author: 정현진 <hyeonjin507@gmail.com> Closesapache#1525 from hyonzin/ZEPPELIN-1552 and squashes the following commits: f1d97ef [AhyoungRyu] Fix search icon's placement in small browser 244992d [정현진] Straighten wrong term 97d1bdf [hyonzin] Fix search link button to not goes next line when display's width shortens
…shortens. ### What is this PR for? In document page(http://zeppelin.apache.org/docs/0.7.0-SNAPSHOT/), the search button goes to next line when display's width shortens. ### What type of PR is it? [Improvement] ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-1552 ### Screenshots (if appropriate) <img width="927" alt="2016-10-15 2 04 00" src="https://cloud.githubusercontent.com/assets/6567102/19398321/0d76a1c4-9287-11e6-86e0-9f120c00b143.png"> when (768px ≤ width < 992px) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: hyonzin <hyeonjin507@gmail.com> Author: AhyoungRyu <ahyoungryu@apache.org> Author: 정현진 <hyeonjin507@gmail.com> Closesapache#1525 from hyonzin/ZEPPELIN-1552 and squashes the following commits: f1d97ef [AhyoungRyu] Fix search icon's placement in small browser 244992d [정현진] Straighten wrong term 97d1bdf [hyonzin] Fix search link button to not goes next line when display's width shortens


What is this PR for?
In document page(http://zeppelin.apache.org/docs/0.7.0-SNAPSHOT/), the search button goes to next line when display's width shortens.
What type of PR is it?
[Improvement]
What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-1552
Screenshots (if appropriate)

when (768px ≤ width < 992px) ### Questions: - Does the licenses files need update? No - Is there breaking changes for older versions? No - Does this needs documentation? No