File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1208,10 +1208,6 @@ export function getDispatchRequestStyles() {
12081208 .sender-data {
12091209 margin-bottom : 0 ;
12101210 }
1211-
1212- .return-receipt-widget__upload-date {
1213- max-width : 180px ;
1214- }
12151211 }
12161212
12171213 @media only screen and (max-width : 650px ) {
@@ -1261,5 +1257,28 @@ export function getDispatchRequestStyles() {
12611257 grid-template-columns : 1fr 1fr ;
12621258 }
12631259 }
1260+ .country-select-container {
1261+ position : relative;
1262+ display : flex;
1263+ align-items : center;
1264+ width : 100% ; /* Adjust based on your layout */
1265+ }
1266+
1267+ # edit-sender-country-select {
1268+ width : 100% ;
1269+ padding-right : 40px ;
1270+ box-sizing : border-box;
1271+ }
1272+
1273+ # search-country-btn {
1274+ position : absolute;
1275+ right : 8px ; /* Offset from the right edge */
1276+ cursor : pointer;
1277+ background : transparent;
1278+ border : none;
1279+ display : flex;
1280+ align-items : center;
1281+ justify-content : center;
1282+ }
12641283 ` ;
12651284}
You can’t perform that action at this time.
0 commit comments