.tagsinput {
    padding: 0 .25em;
    background: white;

    &.is-small {
        min-height: 27px !important;
    }

    &.is-medium {
        min-height: 45px !important;
    }

    .control {
        width: auto;
        margin-right: .25em;
        display: inline-block;
    }

    input {
        height: 95%;

        &:focus {
            border: none;
            outline: none;
        }
    }
}
