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 530f896 commit 9f1f2e6Copy full SHA for 9f1f2e6
web_src/less/_review.less
@@ -142,4 +142,26 @@
142
overflow-x: auto;
143
}
144
145
+
146
+ #review-box .CodeMirror-scroll {
147
+ max-width: calc(100vw - 70px);
148
+ }
149
+}
150
151
+@media only screen and (min-width: 768px) and (max-width: 992px) {
152
153
+ max-width: 700px;
154
155
156
157
+@media only screen and (min-width: 992px) and (max-width: 1200px) {
158
159
+ max-width: 800px;
160
161
162
163
+@media only screen and (min-width: 1200px) {
164
165
+ max-width: 900px;
166
167
0 commit comments