Skip to content

Commit

Permalink
Fix media image display problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
kijimaD committed Aug 6, 2020
1 parent 053f5f7 commit 4295e53
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions css/my.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,11 @@ div.tags::before{
div.dokuwiki form.plugin__tag_search label.plus, div.dokuwiki form.plugin__tag_search label.minus {
display: block;
}

/* Bootstrap add no need display property in this situation. Need to delete it */
a.media{
display: inline !important;
}
img.media{
display: inline !important;
}

0 comments on commit 4295e53

Please sign in to comment.