lower input words & small layout and styling changes
2 unresolved threads
2 unresolved threads
Merge request reports
Activity
41 html.Div(className='col-3', children=[ 42 dcc.Input(id='add-word-input', value='', type='text', className='form-control form-control-lg'), 43 ]), 44 html.Div(className='col-2', children=[ 45 html.Button(id='add-word-button', n_clicks_timestamp=0, children='Add Association', className='btn btn-success btn-lg'), 46 ]), 47 html.Div(className='col-2', children=[ 48 html.Button(id='extend-graph-button', n_clicks_timestamp=0, children='Extend Graph', className='btn btn-success btn-lg'), 49 ]), 50 html.Div(className='col-2', children=[ 51 ]), 52 html.Div(className='col-3', children=[ 53 html.Button(id='remove-word-button', n_clicks_timestamp=0, children='Remove Selected Association', className='btn btn-danger btn-lg')]), 54 ]), 35 html.Div(className='graph', id='msx-graph-div', children=[]), 36 html.Div(className='row footer', children=[ mentioned in commit e70d30cc
Please register or sign in to reply