1
0
Fork 0
forked from forgejo/forgejo
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;
}
}
}