Index: chrome/android/java/res/layout/web_notification_button.xml |
diff --git a/chrome/android/java/res/layout/web_notification_button.xml b/chrome/android/java/res/layout/web_notification_button.xml |
index fe50ade84b893efe7b0316c5dcc10d6dc8d08e46..37cef2b9eb67556e0f2ef4240db9dcee96994ce2 100644 |
--- a/chrome/android/java/res/layout/web_notification_button.xml |
+++ b/chrome/android/java/res/layout/web_notification_button.xml |
@@ -9,9 +9,9 @@ |
android:gravity="start|center_vertical" |
android:id="@+id/button" |
android:layout_height="48dp" |
- android:layout_marginEnd="8dp" |
android:layout_weight="1" |
android:layout_width="0dp" |
+ android:paddingStart="8dp" |
android:singleLine="true" |
android:textSize="13sp" |
style="@style/WebNotificationButton"/> |