We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71fe2c2 commit d2b65b6Copy full SHA for d2b65b6
web_src/css/review.css
@@ -227,15 +227,9 @@ a.blob-excerpt:hover {
227
max-height: calc(100vh - 360px);
228
}
229
230
-.review-box-panel .editor-toolbar,
231
-.review-box-panel .CodeMirror-scroll {
232
- width: min(calc(100vw - 2em), 800px);
233
- max-width: none;
234
-}
235
-
236
.review-box-panel .combo-markdown-editor {
237
- width: 730px;
238
- max-width: calc(100vw - 70px);
+ width: 730px; /* this width matches current EasyMDE's toolbar's width */
+ max-width: calc(100vw - 70px); /* leave enough space on left, and align the page content */
239
240
241
#review-box {
0 commit comments