Notes field on recall board is very small - is there a style sheet modification that allows a bigger field?

Situation
The Notes field on the Recall Board is very small - is there a style sheet modification that allows a bigger field? I’m just starting to learn how to make style sheets. I supposed I could try to figure this out myself… but maybe someone with experience with style sheets could help me with this? Not sure if this is a MedEx issue or not. @ophthal

OpenEMR Version
I’m using the OpenEMR version 6.0.0 patch 1 with MedEx

Browser:
I’m using: Chrome (Mac, latest version). - reproducible in all browsers.

Operating System
I’m using: AWS Ubuntu

You can adjust this in /library/MedEx/API.php line 2209

replace
style="width:90%;height:30px;"

with
style="width: 200px;height: 60px;" or whatever suits you…

1 Like