FIX: user about me editor too wide on mobile

This commit is contained in:
Jeff Atwood 2014-07-14 00:52:57 -07:00
parent 88469721b9
commit 192e286b15
1 changed files with 9 additions and 0 deletions

View File

@ -251,4 +251,13 @@
margin-top: -8px;
}
}
div#pagedown-editor {
width: 100%;
}
textarea#wmd-input {
width: 100%;
}
}