Skip to content

Commit

Permalink
fix: minor visual issues on Internet Explorer 11 (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamDASILVA authored Jun 20, 2020
1 parent 0647f7e commit 458ff1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/VueCtkDateTimePicker/_subs/CustomInput/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,9 @@
&-clear-button {
position: absolute;
right: 12px;
top: 0px;
bottom: 0px;
margin: auto 0;
}
&.has-error {
.field-input {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<CustomButton
v-for="m in [month]"
:key="m.month"
class="date-buttons lm-fs-16 padding-button"
class="date-buttons lm-fs-16 padding-button flex-1"
:color="color"
:dark="dark"
@click="selectingYearMonth = 'month'"
Expand All @@ -53,7 +53,7 @@
<CustomButton
v-for="y in [year]"
:key="y"
class="date-buttons lm-fs-16 padding-button"
class="date-buttons lm-fs-16 padding-button flex-1"
:color="color"
:dark="dark"
@click="selectingYearMonth = 'year'"
Expand Down

0 comments on commit 458ff1b

Please sign in to comment.