Browse Source

Fix Draftail media block bottom border in Safari, Android Chrome

Thibaud Colas 7 years ago
parent
commit
e087e8270b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      client/src/components/Draftail/blocks/MediaBlock.scss

+ 1 - 0
client/src/components/Draftail/blocks/MediaBlock.scss

@@ -35,6 +35,7 @@
 
     &__img {
         @include invalid-image-fallback;
+        display: block;
         width: 256px;
         height: auto;
         pointer-events: none;