Layout issue in settings
-
Seems like there is a layou issue on the setting page https://prnt.sc/B6cslL593XOg
It happens when there are payment methods with long titles.
Something like this will fix the issue
.wp-core-ui select[multiple] {
height: auto;
padding-right: 8px;
background: #fff;
max-width: 233px;
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Layout issue in settings’ is closed to new replies.