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-before (CSS)

This commit is contained in:
MrTimscampi 2020-01-19 15:04:19 +01:00
parent ae0040165a
commit cc377df8f3
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;
}