Commit 98669302 authored by anneke_vde's avatar anneke_vde Committed by Sascha Grossenbacher
Browse files

Issue #3263371 by anneke_vde: Dropbutton is too large when using dropdown add mode

parent 58767588
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1597,6 +1597,7 @@ class ParagraphsWidget extends WidgetBase {
      // Even though operations are run through the "links" element type, the
      // theme system will render any render array passed as a link "title".
      '#links' => $operations,
      '#dropbutton_type' => 'small',
    ];

    return $build + $elements;