/*
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future. If you wish to customize PrestaShop for your
 * needs please refer to http://www.prestashop.com for more information.
 *
 *  @author    FMM Modules
 *  @copyright 2021 FMM Modules
 *  @license   FMM Modules
*/
.my-gift-voucher td.send_someone .action_buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.action_buttons a {
    flex-shrink: 0; 
    margin: 0; 
}