diff --git a/src/digital-components/date-picker/date-picker.vue b/src/digital-components/date-picker/date-picker.vue index bfaeac476..cbaba9193 100644 --- a/src/digital-components/date-picker/date-picker.vue +++ b/src/digital-components/date-picker/date-picker.vue @@ -129,26 +129,6 @@ @click="showAnotherMonth"> View more dates - @@ -886,14 +866,6 @@ export default { align-items: flex-start; text-align: left; - .duration-text-block { - text-align: left; - } - - .date-picker-header { - margin-bottom: 1.5rem; - } - fieldset { flex-grow: 1; position: relative; diff --git a/src/layouts/schedule/duration-text-block/duration-text-block.vue b/src/layouts/schedule/duration-text-block/duration-text-block.vue index 4fd170680..c5834f685 100644 --- a/src/layouts/schedule/duration-text-block/duration-text-block.vue +++ b/src/layouts/schedule/duration-text-block/duration-text-block.vue @@ -1,7 +1,6 @@