eclipse-scout / scout.rt

https://www.eclipse.org/scout/
Eclipse Public License 2.0
34 stars 39 forks source link

FormFieldTile: fix style #1096

Closed fschinkel closed 2 months ago

fschinkel commented 2 months ago

The border radius of the .field was set to inherit to ensure it never overflows its parent, the .form-field. As the .field has a padding this was not really necessary and led to content being cut of. Therefore, do not inherit border radius to the .field on a FormFieldTile but set the overflow of .form-field to hidden.

390226