Custom Text Device - align text to left
Posted: Saturday 25 January 2025 16:02
Hi,
I have been searching the custom.css and done some try and error, investigations, so that a text box entry would start on the left side instead of being aligned to the right. That would solve a lot of things for me since I use a lot of those textboxes.
custom.css extraction: altering these settings does not change anything - I do clear browser cache each time I alter the css.
.item #status,
.item .status {
color: var(--main-text-color);
grid-area: status;
align-self: center;
justify-self: right;
text-align: right;
padding-right: 20px;
max-height: 60px;
overflow-y: auto;
scrollbar-width: thin;
scrollbar-color: var(--main-blue-color) var(--main-bg-color);
Any suggestions?
I have been searching the custom.css and done some try and error, investigations, so that a text box entry would start on the left side instead of being aligned to the right. That would solve a lot of things for me since I use a lot of those textboxes.
custom.css extraction: altering these settings does not change anything - I do clear browser cache each time I alter the css.
.item #status,
.item .status {
color: var(--main-text-color);
grid-area: status;
align-self: center;
justify-self: right;
text-align: right;
padding-right: 20px;
max-height: 60px;
overflow-y: auto;
scrollbar-width: thin;
scrollbar-color: var(--main-blue-color) var(--main-bg-color);
Any suggestions?