summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/resources/feedback.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/resources/feedback.css b/chrome/browser/resources/feedback.css
index 6a74a9f..92878d13 100644
--- a/chrome/browser/resources/feedback.css
+++ b/chrome/browser/resources/feedback.css
@@ -162,12 +162,12 @@ th {
}
#buttons-pane {
- display: -webkit-box;
- padding: 0;
-/* Linux and Mac OS X display OK/Cancel dialogs in the reverse direction. */
+ /* Linux and Mac OS X display OK/Cancel dialogs in the reverse direction. */
<if expr="not pp_ifdef('toolkit_views')">
-webkit-box-direction: reverse;
</if>
+ display: -webkit-box;
+ padding: 0;
}
#send-report-button,