| Index: chrome/browser/resources/user_manager/user_manager.css
|
| diff --git a/chrome/browser/resources/user_manager/user_manager.css b/chrome/browser/resources/user_manager/user_manager.css
|
| index eb3801f228cd6db339c949c10d33b6c12030eda8..166d4841ce5e3b61a3e1d0a75c0f99c76cbca31e 100644
|
| --- a/chrome/browser/resources/user_manager/user_manager.css
|
| +++ b/chrome/browser/resources/user_manager/user_manager.css
|
| @@ -196,6 +196,11 @@ html[dir=rtl] .main-pane {
|
| border-top: 6px solid #4c4c4c;
|
| }
|
|
|
| +.action-box-remove-user-warning > div,
|
| +.action-box-remove-user-warning > table {
|
| + word-wrap: break-word;
|
| +}
|
| +
|
| .action-box-remove-user-warning .remove-warning-button {
|
| height: 30px;
|
| }
|
|
|