Skip to content
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

Popover styling #11256

Closed
brianteeman opened this issue Jul 23, 2016 · 4 comments
Closed

Popover styling #11256

brianteeman opened this issue Jul 23, 2016 · 4 comments

Comments

@brianteeman
Copy link
Contributor

brianteeman commented Jul 23, 2016

Tooltips have been changed in current staging to use popover (great) but there is a small styling issue - see screenshot

overlay

@dgrammatiko
Copy link
Contributor

quick fix:
add min-height to popover-content class

.popover-content {
    padding: 9px 14px;
    min-height: 33px;
}

@brianteeman
Copy link
Contributor Author

Closed as we have a Pr #11293


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/11256.

@brianteeman
Copy link
Contributor Author

Reopened - my PR was no good. Someone else can fix it

@brianteeman
Copy link
Contributor Author

Closed as hopefully this second attempt at a PR #11332 is acceptable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants