We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16caae8 commit 1d89d19Copy full SHA for 1d89d19
astroid/astroid-framework/framework/elements/banner/banner.php
@@ -96,8 +96,8 @@
96
$style[] = 'background-image:url(' . $astroid_banner_bgimage . ')';
97
}
98
$style = !empty($style) ? 'style="' . implode(';', $style) . '"' : '';
99
- $styletext = [];
100
- $stylesubtext = [];
+ $styletext = ['width:100%'];
+ $stylesubtext = ['width:100%'];
101
if (!empty($astroid_banner_textcolor)) {
102
$styletext[] = 'color:' . $astroid_banner_textcolor;
103
0 commit comments