Skip to content

Commit

Permalink
Merge pull request #210 from jdev-org/issue-209
Browse files Browse the repository at this point in the history
ISSUE-209 - Resize of plot panel navigation
  • Loading branch information
pierrejego authored Feb 6, 2025
2 parents 8ac331b + 62db406 commit 6322605
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions js/extension/cadastrapp.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,11 @@
justify-content: space-between;
width: 100%;
}
.cadastrapp .plotPanel a {
padding: 10px !important;
.cadastrapp .plots-selection .plotPanel > a,
.cadastrapp .plots-selection .dropdown > a {
padding: 2px 5px !important;
height: 32px;
align-content: center;
}
.cadastrapp .plotPanel .btn-default {
background-color: rgba(255, 0, 0, 0);
Expand Down

0 comments on commit 6322605

Please sign in to comment.