Skip to content

Commit 1d89d19

Browse files
Update banner.php
1 parent 16caae8 commit 1d89d19

File tree

1 file changed

+2
-2
lines changed
  • astroid/astroid-framework/framework/elements/banner

1 file changed

+2
-2
lines changed

astroid/astroid-framework/framework/elements/banner/banner.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@
9696
$style[] = 'background-image:url(' . $astroid_banner_bgimage . ')';
9797
}
9898
$style = !empty($style) ? 'style="' . implode(';', $style) . '"' : '';
99-
$styletext = [];
100-
$stylesubtext = [];
99+
$styletext = ['width:100%'];
100+
$stylesubtext = ['width:100%'];
101101
if (!empty($astroid_banner_textcolor)) {
102102
$styletext[] = 'color:' . $astroid_banner_textcolor;
103103
}

0 commit comments

Comments
 (0)