File tree Expand file tree Collapse file tree 1 file changed +4
-22
lines changed Expand file tree Collapse file tree 1 file changed +4
-22
lines changed Original file line number Diff line number Diff line change @@ -224,28 +224,10 @@ a.blob-excerpt:hover {
224224 max-height : calc (100vh - 360px );
225225}
226226
227- @media (max-width : 767px ) {
228- .review-box-panel .CodeMirror-scroll {
229- max-width : calc (100vw - 70px );
230- }
231- }
232-
233- @media (min-width : 768px ) and (max-width : 991px ) {
234- .review-box-panel .CodeMirror-scroll {
235- max-width : 700px ;
236- }
237- }
238-
239- @media (min-width : 992px ) and (max-width : 1200px ) {
240- .review-box-panel .CodeMirror-scroll {
241- max-width : 800px ;
242- }
243- }
244-
245- @media (min-width : 1201px ) {
246- .review-box-panel .CodeMirror-scroll {
247- max-width : 900px ;
248- }
227+ .review-box-panel .editor-toolbar ,
228+ .review-box-panel .CodeMirror-scroll {
229+ width : min (calc (100vw - 2em ), 800px );
230+ max-width : none;
249231}
250232
251233.review-box-panel .combo-markdown-editor textarea {
You can’t perform that action at this time.
0 commit comments