Skip to content

Commit

Permalink
Merge pull request #57 from lehone-hp/issue-43
Browse files Browse the repository at this point in the history
[ux] When WebUI is too narrow geography map disappears
  • Loading branch information
nemesifier committed Mar 11, 2020
2 parents 749e54a + 066954c commit 7dd2a48
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions django_loci/static/django-loci/css/loci.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,8 @@ input[type=text]{ width: 320px }
font-size: 14px;
}
#floorplan_set-group{ display: none }
@media (max-width: 767px){
.field-geometry > div{
flex-direction: column;
}
}

0 comments on commit 7dd2a48

Please sign in to comment.