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

Commit

Permalink
fix(popover): add popover-html css
Browse files Browse the repository at this point in the history
- Add base CSS for popover-html

Closes #5603
Fixes #5602
  • Loading branch information
philjones authored and wesleycho committed Mar 8, 2016
1 parent ffb5529 commit 54ac06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tooltip/tooltip.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
margin: 0;
}

[uib-popover-popup].popover, [uib-popover-template-popup].popover {
[uib-popover-popup].popover, [uib-popover-template-popup].popover, [uib-popover-html-popup].popover {
display: block !important;
}

0 comments on commit 54ac06a

Please sign in to comment.