mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-12 17:31:01 +00:00
Update label styles for text wrapping, multiline titles on settings
makes Labels on settings page to wrap in 2 lines
This commit is contained in:
parent
01e728bd84
commit
f6683080b0
1 changed files with 3 additions and 3 deletions
|
|
@ -29,8 +29,8 @@
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
line-height: 1.5rem;
|
line-height: 1.5rem;
|
||||||
white-space: nowrap;
|
white-space: normal;
|
||||||
text-overflow: ellipsis;
|
word-break: break-word;
|
||||||
color: var(--primary-foreground-color);
|
color: var(--primary-foreground-color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -75,4 +75,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue