Skip to content

Commit

Permalink
DBC22-1880: fixed positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
minORC committed Mar 25, 2024
1 parent 32de7ce commit 604b1c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/frontend/src/Components/map/RouteSearch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
.swap-button{
position: absolute;
top: 30px;
right: 0px;
right: 4px;
padding: 8px 4px 8px 4px;
gap: 6px;
color: $Type-Link;
Expand Down Expand Up @@ -55,6 +55,8 @@
}

.rbt-aux {
margin-right: 4px;

.rbt-close {
background: none;
margin-top: 0;
Expand Down

0 comments on commit 604b1c3

Please sign in to comment.