commit | b0c1f4bce27b0dee35745f6d5e67e8760682fe50 | [log] [tgz] |
---|---|---|
author | Mathias Bynens <[email protected]> | Fri May 15 14:34:41 2020 |
committer | Commit Bot <[email protected]> | Fri May 15 17:05:27 2020 |
tree | 752991b69532fd335e709b022da573462ed0550d | |
parent | 947cb8011d13bcf321fbea87e54f02f5eb11f5d5 [diff] [blame] |
Fix stylelint-config-standard violations Bug: chromium:1083142 Change-Id: I5ea4cc5d0f83e52856383ba37a47472e33eb19a2 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2204113 Commit-Queue: Mathias Bynens <[email protected]> Commit-Queue: Changhao Han <[email protected]> Auto-Submit: Mathias Bynens <[email protected]> Reviewed-by: Changhao Han <[email protected]> Reviewed-by: Alex Rudenko <[email protected]>
diff --git a/front_end/ui/reportView.css b/front_end/ui/reportView.css index 6b2bd98..68b63cf 100644 --- a/front_end/ui/reportView.css +++ b/front_end/ui/reportView.css
@@ -36,7 +36,8 @@ font-size: 15px; } -.report-url, .report-subtitle { +.report-url, +.report-subtitle { font-size: 12px; margin-top: 10px; } @@ -100,7 +101,8 @@ user-select: text; } -.image-wrapper, .image-wrapper img { +.image-wrapper, +.image-wrapper img { max-width: 200px; max-height: 200px; display: block;