Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit acd64fd

Browse files
Fix test regression CSS
1 parent aead13b commit acd64fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/test_integration.py

Lines changed: 2 additions & 2 deletions
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)