explicit width of editable cell

On mobile, the contenteditable div ends up having a fixed (and small) width due global CSS.
This commit is contained in:
Roberto Guido 2018-04-13 23:47:57 +02:00 committed by korelstar
parent 0ca5d2ed85
commit e0f741a726
1 changed files with 3 additions and 0 deletions

View File

@ -173,6 +173,9 @@
/* markdown styling */
.CodeMirror .CodeMirror-code {
width: 100%;
}
.CodeMirror .CodeMirror-code .cm-header {
/* break from core in using semibold, otherwise not emphasized in texts */
font-weight: 600;