Skip to content

Commit

Permalink
#7385 fix easyform datepicker too wide (#7676)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariusz Jurowicz authored and LeeTZ committed Jul 11, 2018
1 parent 6e415a0 commit d50df07
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion js/notebook/src/easyForm/css/jupyter-easyform.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ $beakerxFont: "Lato", Helvetica, sans-serif;

.widget-select,
.widget-select-multiple {
width: 100%;
width: auto;
max-width: 100%;
min-width: 380px;
}

Expand Down Expand Up @@ -45,6 +46,12 @@ $beakerxFont: "Lato", Helvetica, sans-serif;

.datepicker-container {
align-items: stretch;

.form-control {
width: auto;
border-right: 0;
border-radius: 2px 0 0 2px;
}
}

.widget-box > .widget-label {
Expand Down

0 comments on commit d50df07

Please sign in to comment.