Skip to content

Commit

Permalink
Fix styling issue in Box.vue
Browse files Browse the repository at this point in the history
Fix styling issue for .dismissible-box .btn-close
where global bootstrap css no longer applied to
component with changed classname
  • Loading branch information
gerteck committed Jul 16, 2024
1 parent db8bc53 commit c2378b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/vue-components/src/Box.vue
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,10 @@ export default {
}
.alert-dismissible-box .btn-close {
position: absolute;
top: 0;
right: 0;
z-index: 2;
padding: 1rem;
}
Expand Down

0 comments on commit c2378b3

Please sign in to comment.