Skip to content

Commit

Permalink
EDX-1859 - removes unneeded !important
Browse files Browse the repository at this point in the history
  • Loading branch information
mightycox committed Oct 11, 2023
1 parent 475cb29 commit 1dc2741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/util/DatePicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ export default defineComponent({
:deep(.dp__input_wrap) {
position: relative;
width: 100%;
box-sizing: border-box !important;
box-sizing: border-box;
}
</style>

0 comments on commit 1dc2741

Please sign in to comment.