Skip to content

Commit

Permalink
Update related widget
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Aug 21, 2024
1 parent dd9f5fe commit 2235a38
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
pip install ruff
- name: Run Ruff
run: |
ruff djangocms_simple_admin_style
ruff check djangocms_simple_admin_style

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

4 changes: 2 additions & 2 deletions private/djangocms-simple-admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -414,11 +414,11 @@ fieldset.collapse.collapsed .form-row {

.change-form .related-widget-wrapper > select,
.related-widget-wrapper > .select2-container {
width: calc(100% - 108px);
width: calc(100% - 112px);
}

.related-widget-wrapper > .select2-container .select2 {
width: calc(100% - 108px) !important; /* Overwrite inline style */
width: calc(100% - 112px) !important; /* Overwrite inline style */
}

select[multiple] {
Expand Down

0 comments on commit 2235a38

Please sign in to comment.