Prefix CSS class mem-usage__svg with js-

This class is used within JS code.
This commit is contained in:
Carsten Grohmann 2020-10-30 14:14:03 +01:00
parent a8fe90dd3d
commit 0bc541ff11
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@
display: inline-block;
}
.mem-usage__svg {
.js-mem-usage__svg {
display: block;
max-height: 200px;
}

View File

@ -1125,7 +1125,7 @@ Killed process 6576 (java) total-vm:33914892kB, anon-rss:20629004kB, file-rss:0k
length_factor = 4
overall_height = bar_height + label_height
overall_width = 100 * length_factor
css_class = 'mem-usage__svg'
css_class = 'js-mem-usage__svg'
svg = self.svg_create_element(overall_height, overall_width, css_class)