diff --git a/package.json b/package.json index dbb5faf..4018c43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate-react", - "version": "5.3.1", + "version": "5.3.2", "description": "This UI Kit allows you to build Bootstrap 5 webapp with some extra UI features. It's easy to extend and easy to convert HTML templates to CMS templates.", "author": "Tony Air ", "license": "BSD-2-Clause", diff --git a/src/scss/layout/main/alerts.scss b/src/scss/layout/main/alerts.scss index d75e67e..edb014a 100644 --- a/src/scss/layout/main/alerts.scss +++ b/src/scss/layout/main/alerts.scss @@ -32,4 +32,8 @@ .alert-bad, .alert-error { @extend .alert-danger; -} \ No newline at end of file +} + +.alert:last-child { + margin-bottom: 0; +}