undisplayed p:message adds vertical white space

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
User avatar
undermensch
Posts: 140
Joined: 08 Jul 2010, 14:37
Location: Florida, United States

09 Nov 2018, 15:18

Currently the p:message component will display white space (due to to 6px padding of generated message wrapper) when no message is being displayed.
PrimeFaces-11.0.6 / Wildfly 24

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

13 Nov 2018, 15:11

Please try;

Code: Select all

body .ui-message {
    padding: 0px;
}

body .ui-message[class*="ui-message-"] {
    padding: 6px;
}

Post Reply

Return to “Harmony - PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 3 guests