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

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

Issue 1642323004: User Manager MD User Pods (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed Roger's comments, css cleanup, rtl css tweak Created 4 years, 10 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
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;
}

Powered by Google App Engine
This is Rietveld 408576698