tweaking of the name field size and limits so it doesn't push the content around

This commit is contained in:
friendica 2013-12-06 22:04:07 -08:00
parent a1a5b70476
commit 4123d3aa54

View File

@ -1631,9 +1631,10 @@ a.mail-list-link {
} }
.profile-match-name { .profile-match-name {
float: left; /* float: left; */
text-align: center; text-align: center;
width: 120px; width: 120px;
height: 18px;
overflow: hidden !important; overflow: hidden !important;
} }