mirror of
https://github.com/shirt-dev/netflix-international.git
synced 2025-05-03 08:30:33 +00:00
Fix word wrap css issue
This commit is contained in:
parent
a8fe307fa7
commit
76683a2076
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div[data-uia="selector-audio-subtitle"] {
|
||||||
|
white-space: normal;
|
||||||
|
}
|
||||||
|
|
||||||
div[data-uia="selector-audio-subtitle"] > div {
|
div[data-uia="selector-audio-subtitle"] > div {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
Loading…
Add table
Reference in a new issue