From 307a4f624130cfb9370d710846b62c42f3a91a7b Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Tue, 11 Jun 2024 11:02:41 +0700 Subject: [PATCH] updated padding button dialog footer --- src/style/quasar-variables.sass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/style/quasar-variables.sass b/src/style/quasar-variables.sass index b995a40..13b1d30 100644 --- a/src/style/quasar-variables.sass +++ b/src/style/quasar-variables.sass @@ -88,3 +88,6 @@ input.input-alert overflow: hidden text-overflow: ellipsis width: 200px + +.q-card__actions .q-btn--rectangle + padding: 0 14px !important \ No newline at end of file