Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions openadapt_flow/mockmed/static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,11 @@ textarea#note {
width: 100%;
max-width: 640px;
display: block;
/* Native form-control "normal" line metrics vary by host font and can make
rows="6" change height between the separate record/replay browsers. Keep
this synthetic fixture pixel-stable so a no-drift replay stays zero-heal. */
font-family: Arial, Helvetica, sans-serif;
line-height: 20px;
}

#encounter-list li {
Expand Down
2 changes: 1 addition & 1 deletion public-artifacts.json
Original file line number Diff line number Diff line change
Expand Up @@ -1648,7 +1648,7 @@
},
{
"path": "openadapt_flow/mockmed/static/styles.css",
"sha256": "ed3ee46dab5755bdedb1af187127822157837d0126040a90ffb16451e54eb2ec"
"sha256": "58b4323a229836ade0c27b9516b2ecafb9755a8e4f67e119ed46e4cbfabd3df0"
},
{
"path": "openadapt_flow/mockmed/static/widgets.html",
Expand Down