Created
November 6, 2023 13:16
-
-
Save HoverBaum/100f255de10726a9ebf7a3bc29e582a9 to your computer and use it in GitHub Desktop.
Display inline titles inside popovers.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Display inline titles inside popovers */ | |
.hover-popover .inline-title { | |
display: block; | |
} | |
/* Uncomment the below for inline titles inside inline embeds */ | |
/* | |
.inline-embed .inline-title { | |
display: block; | |
} | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment