File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -525,8 +525,10 @@ td, th {
525525
526526.article pre {
527527 word-wrap : break-word;
528- overflow : auto;
529528 font-size : 1rem ;
529+ max-height : 75vh ;
530+ overflow : auto;
531+ padding : 0.5em ;
530532}
531533
532534.article__title {
Original file line number Diff line number Diff line change @@ -1128,8 +1128,10 @@ td, th {
11281128
11291129.article pre {
11301130 word-wrap : break-word;
1131- overflow : auto;
11321131 font-size : 1rem ;
1132+ max-height : 75vh ;
1133+ overflow : auto;
1134+ padding : 0.5em ;
11331135}
11341136
11351137.article__title {
@@ -1212,6 +1214,12 @@ td, th {
12121214 margin-top : -.1em ;
12131215 border-radius : .2em ;
12141216}
1217+ .comment__util {
1218+ font-size : .8em ;
1219+ }
1220+ .comment__util * + * : before {
1221+ content : ' • ' ;
1222+ }
12151223
12161224# cmt-ackbar {
12171225 position : absolute;
You can’t perform that action at this time.
0 commit comments