Wrap external links tooltip in Movie Details with flex

Co-authored-by: ricci2511 <ricardo.christmann@protonmail.com>

Fixes #8003
This commit is contained in:
Bogdan 2024-02-28 00:31:57 +02:00
parent 48f819caee
commit 540c150b93
1 changed files with 2 additions and 1 deletions

View File

@ -1,9 +1,10 @@
.links {
display: flex;
flex-wrap: wrap;
margin: 0;
}
.link {
display: inline-block;
white-space: nowrap;
}