Merge pull request #14764 from haheute/circle-update-wrapper-css

[frio] Small CSS fix for circle-update-wrapper shortmode headings
This commit is contained in:
Hypolite Petovan 2025-02-02 14:44:14 -05:00 committed by GitHub
commit 9d506071c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2708,10 +2708,10 @@ ul li:hover .contact-wrapper .contact-action-link:hover {
#circle-update-wrapper .shortmode .contact-entry-desc { #circle-update-wrapper .shortmode .contact-entry-desc {
font-size: 12px !important; font-size: 12px !important;
} }
#circle-update-wrapper .shortmode .contact-entry-desc h1.media-heading { #circle-update-wrapper .shortmode .contact-entry-desc h4.media-heading {
margin: 0; margin: 0;
} }
#circle-update-wrapper .shortmode .contact-entry-desc h1.media-heading a { #circle-update-wrapper .shortmode .contact-entry-desc h4.media-heading a {
font-size: 13px !important; font-size: 13px !important;
white-space: nowrap; white-space: nowrap;
} }