Ver código fonte

fix(css): avoid layout overflow when external link is too long

Frédéric Guillot 10 meses atrás
pai
commit
e279b955c4
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      internal/ui/static/css/common.css

+ 1 - 0
internal/ui/static/css/common.css

@@ -1236,6 +1236,7 @@ details.entry-enclosures {
     font-size: 0.8em;
     font-size: 0.8em;
     margin-top: 10px;
     margin-top: 10px;
     margin-bottom: 10px;
     margin-bottom: 10px;
+    word-wrap: break-word;
 }
 }
 
 
 /* Confirmation */
 /* Confirmation */