Skip to content

Commit 4f22bbc

Browse files
authored
Merge pull request #664 from aspnetboilerplate/issue-#6994
Hided .swal2-title elements by changing display to none
2 parents fae189f + 086babb commit 4f22bbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

angular/src/shared/core.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
}
2323

2424
/* Sweet alert */
25-
.swal2-title {
26-
display: inline-block !important;
25+
.swal2-title:empty {
26+
display: none !important;
2727
}
2828

2929
body.swal2-height-auto {

0 commit comments

Comments
 (0)