Skip to content

Commit

Permalink
fix: add img-responsive to post queue post items
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlam committed Sep 25, 2020
1 parent 7fa61fa commit f8032cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/src/client/post-queue.js
Expand Up @@ -60,6 +60,8 @@ define('forum/post-queue', ['categorySelector'], function (categorySelector) {
});
return false;
});

$('[component="post/content"] img:not(.not-responsive)').addClass('img-responsive');
};

function handleContentEdit(displayClass, editableClass, inputSelector) {
Expand Down

0 comments on commit f8032cd

Please sign in to comment.