1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
This commit is contained in:
Cameron 2020-07-09 22:19:00 +01:00
parent 0695c8c7a8
commit 107e4c273e
2 changed files with 3 additions and 3 deletions

View file

@ -236,10 +236,10 @@ div[data-role=controlgroup] a.ui-btn-active {
} }
.localUsers .cardText-secondary { .localUsers .cardText-secondary {
white-space: pre-wrap white-space: pre-wrap;
} }
.customCssContainer textarea{ .customCssContainer textarea {
resize: none; resize: none;
} }