Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: devtools-panel.html

Issue 29740563: Noissue - In the devtools panel, preserve space for missing document domain (Closed)
Patch Set: Created April 2, 2018, 6:47 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « background.js ('k') | devtools-panel.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: devtools-panel.html
===================================================================
--- a/devtools-panel.html
+++ b/devtools-panel.html
@@ -88,7 +88,7 @@
<td>
<div class="request-wrapper">
<a class="resource-link" href="" target="_blank">&nbsp;</a>
- <div class="domain"></div>
+ <div class="domain">&nbsp;</div>
Thomas Greiner 2018/04/03 12:39:43 This issue is purely cosmetical so, instead of not
Sebastian Noack 2018/04/03 23:21:56 Well, this is how we already avoid other elements
Thomas Greiner 2018/04/04 12:34:01 Sure, we should avoid any major refactoring. So if
Sebastian Noack 2018/04/05 00:36:10 It's a hack to superfluously define a height on th
</div>
</td>
<td>
« no previous file with comments | « background.js ('k') | devtools-panel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld