Skip to content

Commit

Permalink
fix: widget-wrappers
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Jan 11, 2024
1 parent 7d8afcd commit 3032e8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions djangocms_admin_style/sass/components/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -905,6 +905,7 @@ form select[multiple] {
.related-widget-wrapper {
// required in admin/aldryn_newsblog/article/add to ensure outline is not cut off #249
overflow: visible;
display: block;
width: 100%;
&.widget-wrapper-links-1 {
select, .select2 {
Expand Down

Large diffs are not rendered by default.

0 comments on commit 3032e8e

Please sign in to comment.