Fix focus outline styles for image blocks

pull/5316/head
Thibaud Colas 2019-05-23 17:58:03 +01:00
rodzic 0d22763e0a
commit 6da86daeae
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -422,6 +422,8 @@ ul.listing {
}
.image-choice {
// Force the link to be displayed as a block, so its focus outline has the right shape.
display: block;
color: inherit;
overflow-wrap: break-word;
word-wrap: break-word;