diff --git a/app/assets/stylesheets/common/base/onebox.scss b/app/assets/stylesheets/common/base/onebox.scss index a966a6c01d..5b61f3cc38 100644 --- a/app/assets/stylesheets/common/base/onebox.scss +++ b/app/assets/stylesheets/common/base/onebox.scss @@ -360,3 +360,10 @@ aside.onebox.stackexchange .onebox-body { .mobile-view article.onebox-body { border-top: none; } + +.onebox.xkcd .onebox-body { + img { + max-width: 100% !important; + float: none !important; + } +}