Просмотр исходного кода

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

Frédéric Guillot 6 месяцев назад
Родитель
Сommit
e279b955c4
1 измененных файлов с 1 добавлено и 0 удалено
  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;
     margin-top: 10px;
     margin-bottom: 10px;
+    word-wrap: break-word;
 }
 
 /* Confirmation */