Skip to content

Commit

Permalink
Merge pull request #443 from Codeinwp/bugfix/413
Browse files Browse the repository at this point in the history
Improved tooltip style
  • Loading branch information
vytisbulkevicius authored Jan 8, 2025
2 parents 86b20fb + 3a8de49 commit f10bf17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/ppom-admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -1563,8 +1563,6 @@ header.ppom-modal-header {
flex-direction: column;
gap: 30px;
max-height: 600px;
overflow-y: auto;
overflow-x: hidden;
scrollbar-color: #D8D8D8 white;
padding-right: 20px;
}
Expand Down Expand Up @@ -1631,6 +1629,8 @@ header.ppom-modal-header {

.ppom-fields:has(.ppom-fields-sections) {
padding: 10px 10px 20px 40px;
overflow-y: auto;
overflow-x: hidden;
}

.ppom-search-container input::placeholder {
Expand Down

0 comments on commit f10bf17

Please sign in to comment.