.widget-fluid-divider {
    display: flex;
    width: 100%;
}
 
.widget-fluid-divider__line {
    display: block;
    flex-shrink: 0;
}
 