Merge "Update ambox styles so that they also work on divs"

This commit is contained in:
jenkins-bot 2023-06-21 01:17:17 +00:00 committed by Gerrit Code Review
commit c45fd3aee0

View file

@ -56,9 +56,11 @@ table.ambox {
padding: 0 !important;
}
td {
td,
div.mbox-text {
position: relative;
padding: @amboxPadding @amboxPadding @amboxPadding @amboxIconPadding;
// Override !important above if this is a div
padding: @amboxPadding @amboxPadding @amboxPadding @amboxIconPadding !important;
> div,
> span {