Skip to content

Commit e21ba7a

Browse files
author
Till Brehm
committed
Fixed: FS#3456 - Dashboard Style still broken after Update to 3.0.5 // Patch 3053_dashboard does not work
1 parent d50cada commit e21ba7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/dashboard/templates/dashboard.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h1><tmpl_var name="welcome_user"></h1>
4141
</tmpl_if>
4242
</tmpl_loop>
4343
</div>
44-
<div style="float:left; width:350px;padding-left:15px;">
44+
<div style="float:right; width:350px;padding-left:15px;">
4545
<tmpl_loop name='rightcol'>
4646
{tmpl_var name='content'}
4747
<tmpl_if name='content'>

0 commit comments

Comments
 (0)