Help please!
I have used CSS to change the text size and spacing of data entry items I now need to change the size of the check box text to match
Thanks
Help please!
I have used CSS to change the text size and spacing of data entry items I now need to change the size of the check box text to match
Thanks
have you ever consider to build your own custom forms?
i see you are becoming a Glide pro… maybe is time to do all your components from scratch… Glide is a perfect platform to do it.
@baremeter I believe a updated design of many of the core entry components – namely entries, pickers and choice – is currently being tested. This updated design might not be exactly what you are looking for, but it might be in production soon. If you can afford to wait a little, you might not need to fiddle around with CSS
(I don’t know if the checkbox will be included in the update. Checkbox is a button and I believe that component would not be included in the update, but I’m not sure at all.)
Can you share your CSS that you have used to change the text size and spacing for the other elements?
I agree that we can do with a more consistent design of fonts in screens like this for entry components. This has been asked before.
Hi
"
[data-test="app-text-field"] :nth-child(1)
{
margin-top:-0;
top:.5em;
color: black;
font-size: 14px;
}
"