/*
 * Taiga visual overrides
 *
 * Edit this file and refresh Taiga with Ctrl+F5.
 * Keep overrides here so they survive Docker container recreation.
 */

/* Add custom CSS below this line. */

.ticket-users-actions span {
    line-height: 1.1;
    display: flex;
    align-items: center;
    font-size: 13px;
}

.ticket-users-actions a {
    border: 1px solid #efefef;
    padding: 5px 10px;
}