Skip to content

Commit

Permalink
fix: correct width issue in datepicker of filterSliderOver
Browse files Browse the repository at this point in the history
This commit addresses a rendering issue with the date picker component.
The problem was traced back to a misconfiguration in the tailwindcss settings, resulting in an
incorrect width for the popup.

fix #415
  • Loading branch information
fallenbagel committed Nov 19, 2023
1 parent b85d7f3 commit f564cdd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ const defaultTheme = require('tailwindcss/defaultTheme');

/** @type {import('tailwindcss').Config} */
module.exports = {
important: true,
mode: 'jit',
content: [
'./node_modules/react-tailwindcss-datepicker-sct/dist/index.esm.js',
Expand Down

0 comments on commit f564cdd

Please sign in to comment.