| Index: chrome/browser/resources/md_user_manager/user_manager_styles.html
|
| diff --git a/chrome/browser/resources/md_user_manager/user_manager_styles.html b/chrome/browser/resources/md_user_manager/user_manager_styles.html
|
| index 2699be7e96f4487f0fa80c638bf965458ae25a9b..d9adb91b5002d0875ba54b83dc3a15c41b03f23c 100644
|
| --- a/chrome/browser/resources/md_user_manager/user_manager_styles.html
|
| +++ b/chrome/browser/resources/md_user_manager/user_manager_styles.html
|
| @@ -237,15 +237,16 @@
|
| }
|
|
|
| .action-box-remove-user-warning {
|
| + align-items: center;
|
| border-top: 1px solid rgba(0, 0, 0, .12);
|
| + display: flex;
|
| + flex-direction: column;
|
| font-size: inherit;
|
| line-height: 20px;
|
| padding: 12px;
|
| - text-align: center;
|
| }
|
|
|
| .action-box-remove-user-warning > * {
|
| - text-align: initial;
|
| word-wrap: break-word;
|
| }
|
|
|
| @@ -264,10 +265,7 @@
|
| background: rgb(173, 50, 36);
|
| font-weight: 500;
|
| };
|
| - border-radius: 2px;
|
| - line-height: 32px;
|
| - min-width: 72px;
|
| - padding: 0 16px;
|
| + @apply(--action-button);
|
| }
|
| </style>
|
| </template>
|
|
|