12.06.2023, 08:45
I use this thread for diffrent but simular situation.
Try to set a text with specific CSS role via additional classes like this:
Width is working great but the text-align keeps to the left whatever I type here, something I miss?
Try to set a text with specific CSS role via additional classes like this:
Code:
.longtextkWhScreen {
width: 250px;
white-space: normal;
text-align: center;
}