| Index: chrome/browser/resources/feedback.css
|
| diff --git a/chrome/browser/resources/feedback.css b/chrome/browser/resources/feedback.css
|
| index dc01e73d1569b07aac398221163d7efa4a6d784c..611701c6b6ba00351faa7951b26e4d897c26689d 100644
|
| --- a/chrome/browser/resources/feedback.css
|
| +++ b/chrome/browser/resources/feedback.css
|
| @@ -105,3 +105,12 @@
|
| font-weight: bold;
|
| padding-left: 20px;
|
| }
|
| +
|
| +.launcher-layout #page-url,
|
| +.launcher-layout #screenshot-row,
|
| +.launcher-layout #title,
|
| +.launcher-layout #description,
|
| +html:not(.launcher-layout) #launcher-title,
|
| +html:not(.launcher-layout) #launcher-description {
|
| + display: none;
|
| +}
|
|
|