.ticket-show-closed,
.portal-show-closed {
    align-self: end;
    min-height: 38px;
}
@media (max-width: 900px) {
    .ticket-show-closed,
    .portal-show-closed {
        align-self: start;
    }
}
