FIX: wide mobile topic title overflowed in editor

This commit is contained in:
Jeff Atwood 2014-10-14 14:12:48 -07:00
parent ba245ca098
commit 3dbd1c195a
1 changed files with 5 additions and 0 deletions

View File

@ -71,6 +71,11 @@ display: none;
} }
.control-row { .control-row {
margin: 0 0 0 5px; margin: 0 0 0 5px;
.reply-to {
overflow: hidden;
max-width: 92%;
white-space: nowrap;
}
} }
.saving-text { .saving-text {
display: none; display: none;