1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-11 05:55:29 +00:00
This commit is contained in:
Unknwon
2015-09-11 20:49:28 -04:00
parent be89802bd8
commit c7ac237b57
4 changed files with 10 additions and 4 deletions

View File

@ -19,4 +19,10 @@
.ui.segment {
box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
}
&.user {
.email {
max-width: 200px;
}
}
}