Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1846)

Unified Diff: Source/devtools/front_end/security/originView.css

Issue 1323263003: Security panel origin view: truncate SAN to two entries by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: s/in total/total/ Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/devtools/front_end/security/SecurityPanel.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/security/originView.css
diff --git a/Source/devtools/front_end/security/originView.css b/Source/devtools/front_end/security/originView.css
index 045d0915ea43ceb810a6310ded34b0305bbc875a..6c12dfcce96f25b828df9218a2a6fe733ad8d8e7 100644
--- a/Source/devtools/front_end/security/originView.css
+++ b/Source/devtools/front_end/security/originView.css
@@ -65,3 +65,7 @@
.security-origin-view .details-table .san-entry {
display: block;
}
+
+.security-origin-view .truncated-san .truncated-entry {
+ display: none;
+}
« no previous file with comments | « Source/devtools/front_end/security/SecurityPanel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698