Skip to content

Commit a3acfa9

Browse files
committed
adjustments css
1 parent 9c6758a commit a3acfa9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

bootstrap-flash-alert.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@
7171

7272
if (!this.options.title) {
7373
$('strong', this.alertDiv).remove();
74+
$('.header', this.alertDiv).css('float', 'none');
75+
$('.header', this.alertDiv).css('display', 'inline-block');
76+
$('.header', this.alertDiv).css('margin-right', '-40px');
7477
} else {
7578
$('strong', this.alertDiv).css('display', 'inline-block');
7679
$('strong', this.alertDiv).css('white-space', 'nowrap');

bootstrap-flash-alert.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)