About this question
What I need to achieve is something like the below image got from standard contact detail in LEX:
I have searched through the slds document but didn't find much things related to those output fields. What I have tried is write something similar to input field:
{!message_name}
It looks not too bad... But the margin is not right, and the dividend line is not there. I think the dividend line is kind of achieved by ::after or ::before rather than a
tag. But I can't find where it is by looking at the developer tool. Can someone please help to point me out here?