Commit d527f268 authored by Evonne Cheung's avatar Evonne Cheung Committed by Robert Lyon
Browse files

Bug 1947625 'Edit group membership' overlapping long text

behatnotneeded

Change-Id: Iabc29814ef6915dff516e0c92f90a98733568bea
(cherry picked from commit 5377061b)
parent db272d71
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -173,6 +173,12 @@
.editgroup-container {
    padding-bottom: $spacing-xl;
    margin-bottom: $spacing-xl;
    @include media-breakpoint-down(sm) {
        .column-list {
            column-count: 1;
            column-gap: 0;
        }
    }
    &:last-child {
        border-bottom-width: 0;
        margin-bottom: 0;
@@ -185,6 +191,20 @@
    .checkbox {
        display: inline-block;
    }
    .form-check.group-invite {
        white-space: nowrap;
        margin-bottom: $spacing-base;
        padding-left: 0;

        label {
            white-space: normal;
        }
        @include media-breakpoint-up(sm) {
            label {
                min-width: 1rem;
            }
        }
    }
}

// Used to make the forum settings look like it should
+0 −5
Original line number Diff line number Diff line
@@ -461,11 +461,6 @@ select {
    padding-right: $input-btn-padding-x !important;
}

// checkbox group invites in modal wrapping to next line
.form-check.group-invite {
    white-space: nowrap;
}

//sidebar search
input#sidebar-search {
    border-top-left-radius: $input-border-radius;