badge word wrap for source field

This commit is contained in:
Kibi Kelburton 2022-05-19 02:20:17 +02:00
parent dc1d658c9a
commit c33e57c9c0

View File

@ -1812,6 +1812,11 @@ a#elfe {
margin: 5px; margin: 5px;
} }
.badge.badge-dark.image-source {
white-space: normal;
word-wrap: anywhere;
}
span#tags { span#tags {
grid-column: 1/4; grid-column: 1/4;
} }