Open hongshaoyang opened 2 years ago
Story_data
code, pre
overflow: scroll
.Story_data { flex: auto; max-width: 50%; } code, pre { overflow: scroll; } .experimental .Story_share { /* flex: 1 1; */ flex: 140px; }
suggested solution
Story_data
class is a flexbox that is taking taking up width when acode, pre
node is present. set a maxwidth onStory_data
code, pre
tooverflow: scroll