Forum Discussion

venkatsaiavvaru's avatar
6 years ago

First letter uppercase on field labels in Chrome

Hello,

Hi, How are you all? i hope everyone are fine and safe in these difficult situations. I'm here to ask that, is there any hot fix or a solution for the problem as shown in picture.

Filed lables are not appearing as same as defined by Administartor in Chrome, i think Chrome is following first letter uppercase. i checked in Mozilla firefox and is working fine. Is there any solution on this problem.

Aras Innovator Version 12.0 

Chrome Version: 81

Thanks.

Venkat Sai

2 Replies

  • Thanks for asking this one! I always disliked this standard behavior, but never thought about fixing it. I assume it´s actually pretty easy to solve:

    This one in Form Body should improve the CSS:

    .sys_f_label, .aras-field__label {
     text-transform: none;
    }