Merge pull request #1926 from awesomerobot/master
now that wbr tags are inputted, breaking usernames a bit more natually
This commit is contained in:
commit
1e374e1958
|
@ -36,6 +36,15 @@
|
|||
}
|
||||
}
|
||||
|
||||
.d-dropdown .badge-category {
|
||||
&.restricted {
|
||||
div {
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
padding-right: 6px;
|
||||
}
|
||||
}}
|
||||
|
||||
h1 a.badge-category div {vertical-align: top;}
|
||||
|
||||
|
||||
|
|
|
@ -618,7 +618,7 @@ position: relative;
|
|||
h3 {
|
||||
font-size: 13px;
|
||||
margin-top: 5px;
|
||||
word-wrap: break-word;
|
||||
overflow: hidden;
|
||||
line-height: 1.2em;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue