1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fix selector-combinator-space-after (CSS)

This commit is contained in:
MrTimscampi 2020-01-19 15:03:50 +01:00
parent fafd0d4ea0
commit ae0040165a
11 changed files with 48 additions and 48 deletions

View file

@ -61,7 +61,7 @@ div[data-role=page] {
white-space: normal !important;
}
.fieldDescription+.fieldDescription {
.fieldDescription+ .fieldDescription {
margin-top: 0.3em;
}