1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-07-12 16:58:33 +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;
}
}
}