Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit acd64fd

Browse files
Fix test regression CSS
1 parent aead13b commit acd64fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_integration.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,10 @@ def test_upload_gallery(self):
188188
'Drag and Drop or ',
189189
html.A('Select a File')
190190
], style={
191-
'widatetimeh': '100%',
191+
'width': '100%',
192192
'height': '60px',
193193
'lineHeight': '60px',
194-
'borderWidatetimeh': '1px',
194+
'borderWidth': '1px',
195195
'borderStyle': 'dashed',
196196
'borderRadius': '5px',
197197
'textAlign': 'center'

0 commit comments

Comments
 (0)