I am trying to make the width of the popup wider on the job posting widget. What is the CSS for that widget?
Assuming it is something like below
@media(min-width:768px) {
.global-styles,
.eapp-job-board-popup-popupcontainer {
flex-basis: 70%;
}
.global-styles,
.eapp-job-board-popup-item-inner {
max-width: none;
}
}
