Hello,
Is there a way to align top the value of a text widget?
The vertical-align does not work and not also the .label solution I have seen in some other post
Thanks in advance
Marco
Hello,
Is there a way to align top the value of a text widget?
The vertical-align does not work and not also the .label solution I have seen in some other post
Thanks in advance
Marco
label {
align-items: flex-start;
}
Thanks