Skip to content

Commit

Permalink
Merge master to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
bpmn-io-bot committed Oct 12, 2023
2 parents 92b95d8 + 0701083 commit 1908ddd
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions packages/form-js-viewer/assets/form-js-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -458,13 +458,20 @@
min-height: var(--form-field-height);
}


.fjs-container .fjs-datepicker,
.fjs-container .fjs-timepicker,
.fjs-container .fjs-datetime-subsection {
.fjs-container .fjs-timepicker {
width: 100%;
}

.fjs-container .fjs-datetime-subsection {
min-width: 0;
flex: 1;
}

.fjs-container .fjs-datetime-separator {
width: 10px;
}

.fjs-container .fjs-timepicker-anchor {
height: 100%;
display: flex;
Expand All @@ -474,10 +481,6 @@
color: var(--color-icon-base);
}

.fjs-container .fjs-datetime-separator {
width: 10px;
}

.fjs-container .fjs-input-group {
display: flex;
width: 100%;
Expand Down Expand Up @@ -547,11 +550,6 @@
border-radius: 3px;
}

.fjs-container .fjs-vertical-group {
display: flex;
width: 100%;
}

.fjs-container .flatpickr-wrapper {
width: 100%;
height: 100%;
Expand Down

0 comments on commit 1908ddd

Please sign in to comment.