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 2391798 commit 286cce1Copy full SHA for 286cce1
packages/vscode-js-profile-flame/src/client/flame-graph.css
@@ -98,6 +98,16 @@
98
align-items: flex-start;
99
}
100
101
+@media (max-width: 400px) {
102
+ .info {
103
+ flex-direction: column;
104
+ }
105
+
106
+ .info dl {
107
+ margin-bottom: 1rem;
108
109
+}
110
111
.info dl {
112
display: grid;
113
@@ -117,6 +127,10 @@
117
127
padding-left: 1em;
118
128
119
129
130
+.info ol li {
131
+ word-break: break-all;
132
133
120
134
.info ol li a {
121
135
padding: 0.1em 0;
122
136
display: inline-block;
0 commit comments