mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
FIX: user about me editor too wide on mobile
This commit is contained in:
parent
88469721b9
commit
192e286b15
1 changed files with 9 additions and 0 deletions
|
@ -251,4 +251,13 @@
|
|||
margin-top: -8px;
|
||||
}
|
||||
}
|
||||
|
||||
div#pagedown-editor {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
textarea#wmd-input {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue