From 42cfa580ab787ab533143ec9dc7552a92eb49e04 Mon Sep 17 00:00:00 2001 From: Christian Gastrell Date: Fri, 20 Dec 2024 17:13:04 -0300 Subject: [PATCH] wee fixes on carrousel --- .../components/ai-image/components/carrousel.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/projects/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components/ai-image/components/carrousel.scss b/projects/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components/ai-image/components/carrousel.scss index 402da821cc327..490c671e607a0 100644 --- a/projects/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components/ai-image/components/carrousel.scss +++ b/projects/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components/ai-image/components/carrousel.scss @@ -100,7 +100,8 @@ $scale-factor: 0.55; &-footer-left { display: flex; - width: 25%; + // width: 25%; + flex-grow: 1; } &-counter { @@ -109,7 +110,7 @@ $scale-factor: 0.55; align-items: center; font-size: 13px; padding: 6px 0; - width: 50%; + // width: 50%; .ai-carrousel { &__prev,