mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
FIX: wide mobile topic title overflowed in editor
This commit is contained in:
parent
ba245ca098
commit
3dbd1c195a
1 changed files with 5 additions and 0 deletions
|
@ -71,6 +71,11 @@ display: none;
|
|||
}
|
||||
.control-row {
|
||||
margin: 0 0 0 5px;
|
||||
.reply-to {
|
||||
overflow: hidden;
|
||||
max-width: 92%;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
.saving-text {
|
||||
display: none;
|
||||
|
|
Loading…
Reference in a new issue