Fix for images breaking out of comment boxes

pull/186/head
Chuck 2023-08-10 19:23:20 -07:00
parent 9e16fcac3e
commit fcc1e099be
1 changed files with 10 additions and 0 deletions

View File

@ -210,6 +210,16 @@
.fa-ankh:before{content:"\f644"}
.fa-quotes:before{content:"\e234"}
/* do not remove - fixes hand, talking, marsey-love components
from breaking out of the comment box
*/
.comment-text a > img {
position: relative !important;
}
.preview a > img {
position: relative !important;
}
button {
background: none;
border: none;