Skip to content

Commit

Permalink
Change span to div for the sense number in sample sentences section
Browse files Browse the repository at this point in the history
  • Loading branch information
pbong committed Oct 31, 2023
1 parent 577267f commit e5c520e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/callbacks/home/sense/callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def get_senses(word, word_exists):

def_list.append(html.Tr([
html.Td(
html.Span(f'Sense {i+1}:'),
html.Div(f'Sense {i+1}:'),
style={'width': '11%'}),
html.Td(
html.Div([
Expand Down

0 comments on commit e5c520e

Please sign in to comment.