From 6a4656f66938e47d5aa7ed5e4ac79ec9bf447514 Mon Sep 17 00:00:00 2001 From: Tarcisio <60912483+tcortega@users.noreply.github.com> Date: Thu, 27 Jul 2023 09:00:16 -0300 Subject: [PATCH] fix(ui): align "send empty" checkbox (#9061) Closes #9060 --- src/style/_table.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style/_table.scss b/src/style/_table.scss index 3cd12813..926900bd 100644 --- a/src/style/_table.scss +++ b/src/style/_table.scss @@ -169,6 +169,7 @@ table input { margin-right: 7px; + width: auto; } &.disabled {