Release date: Friday, 5th May 2023
Issue 12888
The login 'Extra Image' is not visible in the Step Security within the Design System Wizard, when selecting the Login Style.
Issue 12889
GeneXus changed how it develops the 'align = center' of the Tables; consequently, some Login Web Panels had visualization issues. In order to solve your problem you need to follow one of the steps below:
A) Run the Setup of WorkWithPlus 15.1.7. Run the Design System Wizard (this will impact the WorkWithPlusBaseDS automatically).
B) Open the object WorkWithPlusBaseDS and make the modifications manually:
B.1) Add the following class:
.TableLogin div[data-align-flex][data-align="center"]>*:has([data-align-flex]),
.TableLogin2Cols div[data-align-flex][data-align="center"]>*:has([data-align-flex]),
div.CellMarginLoginImageLeft[data-align-flex][data-align="center"]>*,
div.CellTableContentMaster[data-align-flex][data-align="center"]>*,
.FormLogin div[data-align-flex][data-align="center"]>*:has([data-align-flex])
{
width: auto;
}
B.2) Add !important to the following classes:

|