Skip to content

Commit

Permalink
fix: widget icon styling
Browse files Browse the repository at this point in the history
  • Loading branch information
jackd248 committed Jul 25, 2024
1 parent 3a4b842 commit b1e88cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Private/Templates/List.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:core="http://typo3.org/ns/TYPO3/CMS/Core/ViewHelpers"
data-namespace-typo3-fluid="true">

<div class="widget-content-title">
<div class="widget-content-title d-flex" style="gap:10px;">
<core:icon identifier="recent-updates-widget" size="small"/>
<span><f:translate key="widgets.recentUpdates.title" extensionName="XimaTypo3RecentUpdatesWidget"/></span>
</div>
Expand Down

0 comments on commit b1e88cc

Please sign in to comment.