Skip to content

Commit d6383e3

Browse files
committed
CSS
1 parent 17efdc8 commit d6383e3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

myaccount/dist/css/myaccount.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ ul.nav.nav-tabs {
292292

293293
select#tldid {
294294
margin-top: 2px;
295-
min-width: 270px;
295+
min-width: 310px;
296296
}
297297

298298
div.tab-content {
@@ -459,6 +459,12 @@ div.tab-content {
459459
}
460460
}
461461

462+
@media only screen and (max-width: 320px)
463+
{
464+
select#tldid {
465+
min-width: 260px;
466+
}
467+
}
462468

463469
.boxresource .uppercase {
464470
text-transform: unset !important;

0 commit comments

Comments
 (0)