(feature) get nextDay work with new refactoring

This commit is contained in:
Julien Calixte
2023-07-22 13:41:59 +02:00
parent ff11534291
commit ca3cbe3470
4 changed files with 57 additions and 15 deletions

View File

@@ -10,6 +10,6 @@ import FeatureSteps from '@/modules/feature/FeatureSteps.vue'
<style scoped lang="scss">
main {
height: calc(100vh - 2 * 1rem);
min-height: calc(100vh - 2 * 1rem);
}
</style>