Fixed wiki summary for long names
parent
b605e4751f
commit
9154e50397
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue