Skip to content

Commit

Permalink
XWIKI-22636: The navigation panel information box icon is smaller tha…
Browse files Browse the repository at this point in the history
…n expected (#3668)

* Fixed style for block Silk icons.

(cherry picked from commit 5b1910d)
  • Loading branch information
Sereza7 authored and michitux committed Nov 21, 2024
1 parent 3c976c8 commit 4fb3ccd
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ div.successmessage, div.errormessage, div.warningmessage, div.infomessage {
border-left: 4px solid;
box-shadow: none;

& > img {
// Improve alignment for silk icons
align-self: flex-start;
& > .icon-block > img {
max-width: unset;
}

& > div > .box-title,
Expand Down

0 comments on commit 4fb3ccd

Please sign in to comment.