hl7-eu / gravitate-health

Gravitate Health HL7 FHIR IG (R5)
4 stars 7 forks source link

Change to how span is done #51

Open jkiddo opened 3 weeks ago

jkiddo commented 3 weeks ago

Can we on a general level change how span is done? I.e. change "<div class="indication highlight">...." to <div class="indication highlight box">..." for larger sections and instead of doing <span class="indication highlight">...." then do "<span class="indication highlight span">..." for smaller text sections. It makes the UI way more consistent.

FYI @tgltrifork

jkiddo commented 3 weeks ago

@aalonsolopez this might affect the result of your lens computations

aalonsolopez commented 3 weeks ago

This took me by surprise, so maybe I'm not understanding well. This is just a visualization matter right? Adding two new classes, for visualization of big text parts, like paragraphs, or just a few words if not one.

jkiddo commented 3 weeks ago

Yes - this is ' just ' a visualization matter

aalonsolopez commented 3 weeks ago

Great. It's easy to do, and I agree with doing it because it doesn't take much time… If something is agreed. What we consider as a span-like text, and what we consider a box-like text? Is a span just a text that consists of one single phrase or word? Is a Box just anything that is more extensive than a phrase?