We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01a4fb0 commit c88a59bCopy full SHA for c88a59b
web_src/less/_repository.less
@@ -352,11 +352,31 @@
352
overflow: initial;
353
354
&.name {
355
- max-width: 150px;
+ @media @mediaXl {
356
+ max-width: 150px;
357
+ }
358
+ @media @mediaLg {
359
+ max-width: 200px;
360
361
+ @media @mediaMd {
362
+ max-width: 300px;
363
364
+ width: 33%;
365
+
366
+ max-width: calc(100vw - 140px);
367
}
368
369
&.message {
- max-width: 400px;
370
371
+ max-width: 400px;
372
373
374
+ max-width: 350px;
375
376
377
+ max-width: 250px;
378
379
+ width: 66%;
380
381
382
&.age {
0 commit comments