diff --git a/web/styles/subscriptions.css b/web/styles/subscriptions.css index e9de465a92..3767a4eb48 100644 --- a/web/styles/subscriptions.css +++ b/web/styles/subscriptions.css @@ -1102,20 +1102,20 @@ div.settings-radio-input-parent { display: inline; } } +} - .pill-container { - /* 319px + 2 * (2px padding) + 2 * (1px border) = 325px, which is the total - width of dropdown widget buttons */ - min-width: 319px; - background-color: hsl(0deg 0% 100%); +.group-permissions .pill-container { + /* 319px + 2 * (2px padding) + 2 * (1px border) = 325px, which is the total + width of dropdown widget buttons */ + min-width: 319px; + background-color: hsl(0deg 0% 100%); - .input { - flex-grow: 1; + .input { + flex-grow: 1; - &:first-child:empty::before { - opacity: 0.5; - content: attr(data-placeholder); - } + &:first-child:empty::before { + opacity: 0.5; + content: attr(data-placeholder); } } }