diff --git a/src/components/EcogestureSelection/EcogestureSelectionDetail/ecogestureSelectionDetail.scss b/src/components/EcogestureSelection/EcogestureSelectionDetail/ecogestureSelectionDetail.scss index 5c88dd3e084ed58411557156b76104e235e7315a..62a291ea844fbf09393241af8d7bb196163a8f39 100644 --- a/src/components/EcogestureSelection/EcogestureSelectionDetail/ecogestureSelectionDetail.scss +++ b/src/components/EcogestureSelection/EcogestureSelectionDetail/ecogestureSelectionDetail.scss @@ -14,9 +14,9 @@ display: flex; gap: 0.5rem; flex-direction: column; - justify-content: center; - align-items: center; flex: 1; + justify-content: flex-start; + align-items: center; overflow-y: auto; .title { @@ -40,7 +40,6 @@ text-align: left; } } - .buttons { margin: 1rem 0; display: flex; @@ -48,7 +47,6 @@ flex-direction: row; justify-content: center; width: 100%; - button.btnSecondary { padding: 0.75rem 0.25rem; height: 7.375rem;