From ec415d1615524b79755d3f562fcef909f1a126d1 Mon Sep 17 00:00:00 2001 From: sabrina-bongiovanni <116291154+sabrina-bongiovanni@users.noreply.github.com> Date: Thu, 30 May 2024 15:14:49 +0200 Subject: [PATCH] fix: added styles for recurrence widget fields layout (#686) --- RELEASE.md | 14 ++++++++++++++ src/theme/ItaliaTheme/Views/_evento.scss | 4 ---- src/theme/_cms-ui.scss | 16 ++++++++++++++++ 3 files changed, 30 insertions(+), 4 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 21a06bfa9..163cc62ed 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -41,6 +41,20 @@ - ... --> +## Versione X.X.X (dd/mm/yyyy) + +### Migliorie + +- ... + +### Novità + +- ... + +### Fix + +- Aggiustato il layout dei campi nel widget delle ricorrenze. + ## Versione 11.12.1 (21/05/2024) ### Migliorie diff --git a/src/theme/ItaliaTheme/Views/_evento.scss b/src/theme/ItaliaTheme/Views/_evento.scss index 7b8a62f73..3abc3da85 100644 --- a/src/theme/ItaliaTheme/Views/_evento.scss +++ b/src/theme/ItaliaTheme/Views/_evento.scss @@ -22,8 +22,4 @@ body.contenttype-event { } } } - - &.cms-ui .ui.button { - padding: 0px; - } } diff --git a/src/theme/_cms-ui.scss b/src/theme/_cms-ui.scss index fe3cf30ce..142ec9b3a 100644 --- a/src/theme/_cms-ui.scss +++ b/src/theme/_cms-ui.scss @@ -745,6 +745,22 @@ body.cms-ui { @import 'bootstrap-italia/src/scss/custom/card'; @import './bootstrap-override/bootstrap-italia/_card.scss'; } + + .recurrence-form { + .byday-field { + .ui.button { + padding: 0px; + } + } + + .byyear-field { + .byyear-byday { + display: flex; + flex-wrap: wrap; + align-items: center; + } + } + } } body.has-toolbar {