Make widget popup wider on mobile

Add this code to the Custom CSS field on your Job Board widget’s Appearance tab:

.global-styles,
[class^="Popup__PopupInner"] {
  padding: 0 !important;
}