Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #889 from sgigh/geo-fix-hidden-inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
eyelidlessness authored May 10, 2022
2 parents 827c1f3 + a3c82bd commit 5e1ec1b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/widget/geo/geopicker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -557,8 +557,11 @@ $input-button-border: 2px solid #aaaaaa;
}
}

.geo-inputs .geo {
.geo-inputs {
display: none;
.geo{
display:none
}
}

.toggle-input-type-btn {
Expand Down

0 comments on commit 5e1ec1b

Please sign in to comment.