Skip to content

Commit

Permalink
Update subtype options scroll instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
perfectly-preserved-pie committed Jul 1, 2024
1 parent a2ab659 commit e5b3209
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/components.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def create_subtype_checklist(self):
create_toggle_button(index='subtype', initial_label="Hide", page_type='lease')
]),
html.Div([
html.H6([html.Em("Use the scrollbar on the right to view more subtype options.")]),
html.H6([html.Em("Swipe (or scroll) down on the following options to view more subtypes.")]),
dcc.Checklist(
id='subtype_checklist',
options=sorted(
Expand Down Expand Up @@ -1067,7 +1067,7 @@ def create_subtype_checklist(self):
]),

# Additional information about the checklist
html.H6([html.Em("Use the scrollbar on the right to view more subtype options.")]),
html.H6([html.Em("Swipe (or scroll) down on the following options to view more subtypes.")]),

# The actual checklist
html.Div([
Expand Down

0 comments on commit e5b3209

Please sign in to comment.