Browse Source

fix: show all dates in date and datepicker

re #711

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/743/head
Pranav C 3 years ago
parent
commit
1788ca5670
  1. 5
      packages/nc-gui/assets/style.css
  2. 4
      packages/nc-gui/components/project/spreadsheet/components/editableCell/datePickerCell.vue

5
packages/nc-gui/assets/style.css

@ -480,3 +480,8 @@ body.dark .toasted .primary.info, body.dark .toasted.toasted-primary.info {
background: #0040bc !important;
border-radius: 19px;
}
.v-date-picker-table{
height:auto !important;
}

4
packages/nc-gui/components/project/spreadsheet/components/editableCell/datePickerCell.vue

@ -54,10 +54,6 @@ export default {
.value {
width: 100%;
min-height: 20px;
}
/deep/ .v-date-picker-table{
height:auto
}
</style>
<!--

Loading…
Cancel
Save