Skip to content

Commit

Permalink
updating "generate map" form button styling
Browse files Browse the repository at this point in the history
- making the button take up 100% the width of the column to match with other st elements above within the same column
  • Loading branch information
IndigoWizard committed Oct 30, 2023
1 parent a97c0cf commit 24ebd02
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,11 @@
background: rgba(0, 0, 0, 0.12);
cursor: pointer;
}
/*Form submit button: generate map*/
button.st-emotion-cache-19rxjzo:nth-child(1) {
width: 100%;
}
</style>
""", unsafe_allow_html=True)

Expand Down

0 comments on commit 24ebd02

Please sign in to comment.