.editable-filter span:first-child {
    /*height: 24px !important;*/
    height: auto;
    margin-left: 5px;
    box-shadow: none;
    margin-top: 3px;
    margin-bottom: -5px;
    line-height: 15px;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;    
    padding-left: 0;
}

.editable-filter.datoRule span:first-child {
    margin: 0px;
    padding-left: 0px;
}

.editable-filter span:first-child:hover {
    /*height: 24px !important;*/
    margin-top: 0;
    margin-left: 6px;
    padding-left: 0;
    cursor: text;        
}

.filter-info-container {
    height: 80px;
    /* overflow-y: hidden; */
    /* overflow-x: hidden; */
}
