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

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

Issue 2388773002: feedback: fix buttons overlapping text in long-text locales (Closed)
Patch Set: Created 4 years, 2 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 | chrome/browser/resources/feedback/html/default.html » ('j') | 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 5c12f22e7fd09879759558e8e4686397cba67850..2fdfe15486c6907474f39a1891ce007179f5ca28 100644
--- a/chrome/browser/resources/feedback/css/feedback.css
+++ b/chrome/browser/resources/feedback/css/feedback.css
@@ -134,10 +134,13 @@ body {
display: -webkit-flex;
justify-content: flex-end;
left: 20px;
- position: absolute;
right: 20px;
}
+.content .top-buttons {
+ position: absolute;
+}
+
.content .remove-file-button {
-webkit-margin-start: 5px;
background-color: transparent;
« no previous file with comments | « no previous file | chrome/browser/resources/feedback/html/default.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698