".field-email span" selector was too broad and affecting profile details page, fixed.

This commit is contained in:
Pēteris Caune 2020-07-09 18:45:51 +03:00
parent 58f16da935
commit 62fe42e953
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2

View File

@ -8,7 +8,7 @@
list-style-type: none;
}
.field-email span {
td.field-email span {
border-bottom: 2px solid #FFEB3B;
}