Skip to content

Commit

Permalink
Adjusted RTL layout issue on the vendor dashboard withdrawal menu
Browse files Browse the repository at this point in the history
  • Loading branch information
TanvirHasan19 authored Jul 5, 2024
1 parent 3f987e6 commit 01e93b4
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion assets/css/rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -251,4 +251,21 @@
text-align: right !important;
}
}

/* Adjusted RTL layout issue on the vendor dashboard withdrawal menu */
.dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w5 {
position: absolute;
right: 80%!important;
top: 50%;
transform: translate(10px, -50%);
width: 20%!important;
float: right!important;
}
.dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w5 a{
float:left!important;
}
#dokan-request-withdraw-button{
float:left!important;
}
.dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w5 button{
float:left!important;
}

0 comments on commit 01e93b4

Please sign in to comment.