Skip to content

Commit dc3fd1f

Browse files
fix: adjust div height
1 parent 19dbda3 commit dc3fd1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Input/DateInput.stories.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ export const WithContainer = (args) => (
176176
style={{
177177
position: 'relative',
178178
overflow: 'hidden',
179-
height: '320px',
179+
height: '310px',
180180
border: '1px solid #ccc',
181181
padding: '10px',
182182
}}

0 commit comments

Comments
 (0)