Fixed the overflow of the url when adding an admin user or a team

member.
This commit is contained in:
yosssi
2014-02-12 10:32:03 +09:00
parent 8102265475
commit 08fdbc8c56
4 changed files with 14 additions and 7 deletions

View File

@@ -1074,3 +1074,6 @@ ul.account-radio-group li img {
padding: 20px;
margin-bottom: 30px;
}
.url {
word-break: break-all;
}

View File

@@ -1260,4 +1260,8 @@ pre {
padding: 20px;
margin-bottom:30px;
}
}
}
.url {
word-break: break-all;
}