| Index: chrome/browser/resources/feedback/css/feedback.css
|
| diff --git a/chrome/browser/resources/feedback/css/feedback.css b/chrome/browser/resources/feedback/css/feedback.css
|
| index 2fdfe15486c6907474f39a1891ce007179f5ca28..d10ffe1f31bdff5c5f1a2ceb8e5ecbac30c3fc97 100644
|
| --- a/chrome/browser/resources/feedback/css/feedback.css
|
| +++ b/chrome/browser/resources/feedback/css/feedback.css
|
| @@ -97,7 +97,6 @@ body {
|
| }
|
|
|
| .content #screenshot-image {
|
| - -webkit-margin-start: 150px;
|
| display: block;
|
| height: 60px;
|
| margin-top: 40px;
|
| @@ -105,7 +104,6 @@ body {
|
| }
|
|
|
| .content #screenshot-image:hover {
|
| - -webkit-margin-start: 80px;
|
| height: 125px;
|
| margin-top: 80px;
|
| z-index: 1;
|
| @@ -121,6 +119,10 @@ body {
|
| width: 200px;
|
| }
|
|
|
| +.content #screenshot-label {
|
| + flex: auto;
|
| +}
|
| +
|
| .content #privacy-note {
|
| color: #969696;
|
| font-size: 10px;
|
|
|