Add width to type select

[MAILPOET-2281]
This commit is contained in:
Amine Ben hammou
2019-09-25 00:18:31 +01:00
committed by Jack Kitterhing
parent 24b5c69539
commit d00532367f

View File

@@ -25,3 +25,7 @@
margin: 0; margin: 0;
} }
} }
#mailpoet_heading_email_type {
width: 200px;
}