Skip to content

Commit

Permalink
Fix: temp folder warning style issue (#930)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmigf authored Dec 13, 2024
1 parent d26222f commit 7b55afd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions assets/css/settings-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,12 @@ body.woocommerce_page_wpo_wcpdf_options_page {
padding-top: 0.7em;
}

#wpo-wcpdf-preview-wrapper .sidebar .form-table > tbody > tr > td p.description > span.wpo-warning {
width: 100%;
box-sizing: border-box;
word-wrap: break-word;
}

#wpo-wcpdf-preview-wrapper .sidebar .form-table > tbody > tr > td > input[type="text"],
#wpo-wcpdf-preview-wrapper .sidebar .form-table > tbody > tr > td > input[type="url"],
#wpo-wcpdf-preview-wrapper .sidebar .form-table > tbody > tr > td > select,
Expand Down
Loading

0 comments on commit 7b55afd

Please sign in to comment.