1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2025-01-31 22:13:37 -05:00

add nowrap

This commit is contained in:
Ashley 2022-12-09 11:36:46 +00:00
parent 03caf4c3d9
commit 14e73d7414

View file

@ -301,6 +301,8 @@ a {
margin-top: 12px; margin-top: 12px;
font-size: small; font-size: small;
color: gray !important; color: gray !important;
white-space: nowrap;
} }
.video > .thumbnail { .video > .thumbnail {