mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-10 03:01:45 +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 {
|
||||
line-height: 1.5rem;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
white-space: normal;
|
||||
word-break: break-word;
|
||||
color: var(--primary-foreground-color);
|
||||
}
|
||||
}
|
||||
|
|
@ -75,4 +75,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue