Fixed wiki summary for long names

stable
Xavier Julián 2014-12-11 17:14:26 +01:00
parent b605e4751f
commit 9154e50397
1 changed files with 8 additions and 1 deletions

View File

@ -6,8 +6,14 @@
vertical-align: sub; vertical-align: sub;
width: 32px; width: 32px;
} }
ul {
@include display(flex);
@include align-items(flex-start);
@include flex-direction(row);
@include justify-content(flex-start);
}
.username-edition { .username-edition {
width: 240px; min-width: 240px;
span { span {
display: block; display: block;
float: none; float: none;
@ -15,6 +21,7 @@
.username { .username {
@extend %large; @extend %large;
color: $fresh-taiga; color: $fresh-taiga;
white-space: nowrap;
} }
} }
.button { .button {