Closes #129, long usernames are now fixed.

This commit is contained in:
James Brooks
2014-12-30 10:57:07 +00:00
parent 464aba6f8a
commit 33aa832da5
8 changed files with 4660 additions and 6917 deletions

View File

@@ -13,17 +13,20 @@ body.dashboard {
.profile {
padding: 20px;
margin-bottom: 20px;
.avatar {
width: 70px;
img {
border-radius: 50%;
width: 60px;
}
}
.profile {
color: $sidebar-text-color;
}
margin-bottom: 0;
.avatar {
width: 70px;
img {
border-radius: 50%;
width: 60px;
}
}
.profile {
&.username {
word-break: break-all;
color: $sidebar-text-color;
}
}
}
.quick-add-incident {
@extend text-center;