CSS required to make the email address smaller

Hello, @baremeter
Here is a little CSS to change the size of Email.

Change the value 0.8 to your own size (the default is 1.0rem)


<pre><span><style>

#list-item-lf-Email {
font-size: 0.8rem !important;
}

</style></span></pre>


EDIT :::::::::::
Here is another version:
The name of the tag is dependent on the title associated with the component!
(I think it’s new, well I never paid attention ;-))

In my example the title is “Mon Email” so the tag name is [id = “list-item-lf-Mon Email”]. This helps to differentiate the components.