@@ -3485,6 +3485,13 @@ footer .ui.language .menu {
box-shadow: inset 0 -1px 0 rgba(27, 31, 35, 0.12);
background-color: #0366d6;
}
+.truncate {
+ overflow: hidden;
+ text-overflow: ellipsis;
+ display: inline-block;
+ width: 85%;
+ margin-bottom: -6px;
+}
@media (max-width: 1020px) {
.ui.eleven.wide.column {
width: 100% !important;
@@ -205,6 +205,14 @@
+
// Mobile
.ui.eleven.wide.column{
@@ -130,7 +130,7 @@
{{if and .Owner.Email .IsLogged}}
<li>
<i class="menu-icon octicon">📧</i>
- <a href="mailto:{{.Owner.Email}}" rel="nofollow">{{.Owner.Email}}</a>
+ <a class="truncate" href="mailto:{{.Owner.Email}}" rel="nofollow">{{.Owner.Email}}</a>
</li>
{{end}}
{{if .Owner.Website}}