Skip to content

Commit

Permalink
Respect custom widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed May 29, 2024
1 parent 6186ff1 commit 5d9e9f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion private/djangocms-simple-admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ form {

input[type="text"], input[type="url"], input[type="email"], .vLargeTextField, .vXMLLargeTextField, .vTextField, .vUUIDField,
.colM .aligned .vLargeTextField, .colM .aligned .vXMLLargeTextField, .vURLField,
textarea {
textarea, .flex-container > label + div {
width: calc(100% - 10px);
}

Expand Down

0 comments on commit 5d9e9f1

Please sign in to comment.