Skip to content

Commit

Permalink
XWIKI-22934: Bottom padding too large in box/message macros (#3934)
Browse files Browse the repository at this point in the history
* Updated the style for the changed HTML structure, also for WYSIWYG edition.
  • Loading branch information
Sereza7 authored Feb 27, 2025
1 parent f10a4c7 commit b0542b3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ fieldset.xwikimessage { // Used by: Login form, Delete messages
}

// Remove space added by last elements inside box, like paragraphs.
.box > *:last-child,
.box > div > *:last-child,
// Do the same when the box macro is edited in-line.
.box > .xwiki-metadata-container > *:last-child {
.box > div > .xwiki-metadata-container > *:last-child {
margin-bottom: 0;
}

Expand Down

0 comments on commit b0542b3

Please sign in to comment.