-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Popup breaks with long feed titles #93
Comments
This with Arial 14. I wonder if it's a settings issue or an OS issue. Also, judging by the screenshot, I'm guessing you have a very large monitor. I'll add something to truncate text, but the overflow is a separate issue that I'll not be able to easily reproduce due to the screen size & OS I have access to, if that's part of the issue. @quassy could you try changing padding/margins, keeping font at the same size, and let me know if any of that changes the overflow & scrolling? |
Might I suggest this combination of CSS rules? overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis; Here's the relevant MDN Page. |
My styling and font settings were default.
Settings weren't changed. Was using Windows 10 and 1366x768 on 13" for that screenshot.
The new version works, even though the ellipsis is not shown and the text simply truncated. |
OK, the problem is the screen resolution in your case but you can fix the problem changing the font size in extension options. |
Steps to reproduce
Expected behavior
The text should break and the panel item / button should become taller according to the contents. Alternatively the text should be truncated with an ellipsis.
Actual behavior
The text breaks but the panel item stays the same height and does not adapt to the longer text. Also a vertical scrollbar appears.
Screenshots and/or logs (see how to open the developer console in your browser)
The text was updated successfully, but these errors were encountered: