diff --git a/Classes/Dashboard/Widgets/OwnRssFeed.php b/Classes/Dashboard/Widgets/OwnRssFeed.php index 1e82fb4..109c0ac 100644 --- a/Classes/Dashboard/Widgets/OwnRssFeed.php +++ b/Classes/Dashboard/Widgets/OwnRssFeed.php @@ -32,4 +32,5 @@ class OwnRssFeed extends AbstractRssWidget protected $iconIdentifier = 'content-widget-rss'; protected $moreItemsLink = 'https://daniel-siepmann.de/'; protected $moreItemsText = 'Open Blog'; + protected $width = 2; }