/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_CallForCost
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */

.action.primary.call_for_cost_button span {
    text-overflow: ellipsis!important;
    white-space: nowrap;
    max-width: 100px;
    overflow: hidden;
    display: block;
}
