Skip to content

Commit

Permalink
Fix orientation of preview map buttons (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
allyoucanmap authored Jun 24, 2021
1 parent e47d605 commit 4c33342
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@
}
@import "../../default/less/geonode.less";

// ensure the inline-flex of square-buttons does not override
// the vertical group style in preview mode
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
display: block;
width: 100%;
}

#map{
bottom: 0px !important;
}
Expand Down

0 comments on commit 4c33342

Please sign in to comment.