Limit descriptions width to ease mixed LTR/RTL text reading

This will prevent, on large pages, the LTR and RTL text to be
far away, on each side of the page. This could happen on channel
and playlists descriptions, when the page is displayed on a large
screen.
This commit is contained in:
Samantaz Fox
2021-06-24 15:00:55 +02:00
committed by Mostafa Ahangarha
parent d16a748f37
commit 9e4fd193c6
6 changed files with 19 additions and 5 deletions

View File

@@ -523,3 +523,7 @@ p,
unicode-bidi: plaintext;
text-align: start;
}
#descriptionWrapper {
max-width: 600px;
}