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

Unified Diff: chrome/browser/resources/md_user_manager/user_manager_styles.html

Issue 2007743004: MD User Manager: Fixes remove profile button for languages with long texts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 4 years, 7 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
« no previous file with comments | « chrome/browser/resources/md_user_manager/shared_styles.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « chrome/browser/resources/md_user_manager/shared_styles.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698