Skip to content

Commit

Permalink
fix padding around dismissable alerts in bootstrap 5 pages
Browse files Browse the repository at this point in the history
  • Loading branch information
biyeun committed Jan 22, 2025
1 parent ec689d9 commit 665fc6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function (
var self = {
"message": ko.observable(message),
"alert_class": ko.observable(
"alert alert-dismissible message-alert"
"alert alert-dismissible message-alert mt-3 mb-2"
),
};
if (tags) {
Expand Down

0 comments on commit 665fc6a

Please sign in to comment.