1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-26 22:46:53 -04:00

Fixed: Overflowing release profile terms

(cherry picked from commit b90e25f652dcee3b9510a6f148a8d7a32a1ebe58)
This commit is contained in:
Mark McDowall
2021-12-05 10:07:43 -08:00
committed by Bogdan
parent 594ed666e1
commit 9d3e7f62ca
6 changed files with 30 additions and 3 deletions
@@ -9,3 +9,9 @@
flex-wrap: wrap;
margin-top: 5px;
}
.label {
composes: label from '~Components/Label.css';
max-width: 100%;
}
@@ -2,6 +2,7 @@
// Please do not change this file!
interface CssExports {
'enabled': string;
'label': string;
'restriction': string;
}
export const cssExports: CssExports;
@@ -77,6 +77,7 @@ class Restriction extends Component {
return (
<Label
className={styles.label}
key={item}
kind={kinds.SUCCESS}
>
@@ -96,6 +97,7 @@ class Restriction extends Component {
return (
<Label
className={styles.label}
key={item}
kind={kinds.DANGER}
>