You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
views/chart-box.phtml line 5, target for preg_replace is no longer valid in webtrees 2.1
.wt-chart-box-thumbnail float-left mr-1 is now
.wt-chart-box-thumbnail float-start me-1.
Also cannot find .mr-2 in argon css.
Your intended change may have been quite subtle so you probably haven't noticed that it's using the default styling.
The text was updated successfully, but these errors were encountered:
Ah, thanks, I totally missed this. It looks like they changed the x-axis class names in Bootstrap 5. This should be fixed by f266909. Could you try the latest release?
views/chart-box.phtml line 5, target for preg_replace is no longer valid in webtrees 2.1
.wt-chart-box-thumbnail float-left mr-1 is now
.wt-chart-box-thumbnail float-start me-1.
Also cannot find .mr-2 in argon css.
Your intended change may have been quite subtle so you probably haven't noticed that it's using the default styling.
The text was updated successfully, but these errors were encountered: