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

Unified Diff: chrome/browser/resources/feedback/css/feedback.css

Issue 2723613005: Feedback Dialog: Fixes text wrapping issue for French. (Closed)
Patch Set: Created 3 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698