diff --git a/src/common-components/date-picker/date-picker.vue b/src/common-components/date-picker/date-picker.vue index 2c88e8f03..6d6f566d9 100644 --- a/src/common-components/date-picker/date-picker.vue +++ b/src/common-components/date-picker/date-picker.vue @@ -196,10 +196,12 @@ export default { margin: 10%; } - .month-year { grid-area: 1 / 1 / 2 / 4; + .month-year { + grid-area: 1 / 1 / 2 / 4; text-transform: uppercase; } - .legend { grid-area: 1 / 4 / 2 / 6; + .legend { + grid-area: 1 / 4 / 2 / 6; .legend-circle { border-radius: 50%; width: 16px;