Skip to content

Commit

Permalink
Merge pull request #3162 from emics/dev4
Browse files Browse the repository at this point in the history
Complete CSS Fix for #3158
  • Loading branch information
magicbug authored Jul 11, 2024
2 parents 412b56f + ae91448 commit b5752d6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion assets/css/general.css
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,10 @@ TD.lotw {
position: absolute !important;
}

.dropdown-menu.menuOnResultTab {
left: -200px;
}

.was-map-dialog .modal-dialog {
width: 100%;
}
Expand Down Expand Up @@ -805,4 +809,4 @@ tr.htmx-swapping td {

.error-red-border {
border-color: red;
}
}

0 comments on commit b5752d6

Please sign in to comment.