Skip to content
This repository has been archived by the owner on May 12, 2019. It is now read-only.

Text cut off in search panel #50

Closed
jwir3 opened this issue Aug 21, 2015 · 6 comments
Closed

Text cut off in search panel #50

jwir3 opened this issue Aug 21, 2015 · 6 comments
Labels
Milestone

Comments

@jwir3
Copy link

jwir3 commented Aug 21, 2015

See the following screenshot of a new blog I just created.

screenshot

The text in the search input is cut off on the top and bottom.

@jwir3
Copy link
Author

jwir3 commented Aug 21, 2015

I am using Firefox 39.0.3 on Mac OSX

@jcdenton
Copy link
Contributor

Besides the text being cut in FF, the search icon is displaced a bit to the bottom in both Chrome and FF.
Firefox 39.0.3 and 40.0.2 on Windows
search_input
Chrome 46.0.2486.0 dev-m on Windows
search_input_chrome
It seems, that removing height: .4rem; for #search-field (jcdenton@f3cefa4) fixes both issues in both browsers and slightly improves look in IE11 (sic!).
It would be nice to also check Safari and others (though a WebKit-based Opera shows the same way as Chrome).

@Kikobeats
Copy link
Owner

Nice, but I want to stylize the width of the form... how to?

@jcdenton
Copy link
Contributor

How does it affect "width"? Did you mean "height"? If so, just play with decreasing padding and increasing height, e.g.:

height: 1.5rem;
padding: 1% 5px 2% 18px;

@Kikobeats
Copy link
Owner

yes, height, sorry 😅

@Kikobeats
Copy link
Owner

status of this: I want to check later in dev and if works fine this afternoon will be integrated

@Kikobeats Kikobeats added the bug label Sep 10, 2015
@Kikobeats Kikobeats added this to the 2.5.2 milestone Sep 11, 2015
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants