Skip to content

Commit

Permalink
add font-size to html tag to avoid conflict with bootstrap css (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonDHo authored Jul 23, 2024
1 parent 58b14d7 commit 9ac62e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streamlit_folium/frontend/public/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="en" style="font-size: 1rem;">
<head>
<title>Streamlit Folium Component</title>
<meta charset="UTF-8" />
Expand Down

0 comments on commit 9ac62e1

Please sign in to comment.