fix profile-extra-contact style

This commit is contained in:
ghost 2022-07-08 19:55:43 +03:00
parent ed9334e823
commit dca70553e4

View File

@ -599,11 +599,14 @@ samp {
display: none; display: none;
margin: 0 15px 0 0; margin: 0 15px 0 0;
font-weight: 500; font-weight: 500;
background: #f3f2f1; background: #2a2d36;
padding: 2px 8px 3px 8px; padding: 2px 8px 3px 8px;
-moz-border-radius: 2px; -moz-border-radius: 2px;
-webkit-border-radius: 2px; -webkit-border-radius: 2px;
border-radius: 2px; border-radius: 2px;
overflow: auto;
width: 324px;
word-wrap: break-word;
} }
/* line 186, ../sass/_profile.sass */ /* line 186, ../sass/_profile.sass */