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

Fixed: Prevent loss of restrictions when attempting to edit multiple restrictions at once

(cherry picked from commit b16094a9e3153f2ac39800475c1ddb1dafb6ab34)

Closes #8231
This commit is contained in:
Mark McDowall
2023-03-16 00:36:32 -07:00
committed by Bogdan
parent 9d3e7f62ca
commit 45f5ce5f29
6 changed files with 36 additions and 4 deletions
@@ -3,3 +3,9 @@
margin-right: auto;
}
.tagInternalInput {
composes: internalInput from '~Components/Form/TagInput.css';
flex: 0 0 100%;
}