Index: chrome/browser/resources/settings/passwords_and_forms_page/passwords_shared_css.html |
diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_shared_css.html b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_shared_css.html |
index 2a2b921b16b6e9ff3207a8650177547797325e95..39bd50fe24f856696a1d486cc847b4dc37aac528 100644 |
--- a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_shared_css.html |
+++ b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_shared_css.html |
@@ -15,6 +15,26 @@ |
.list-with-header > div:first-of-type { |
border-top: var(--settings-separator-line); |
} |
+ |
+ .website-column { |
+ display: flex; |
+ flex: 3; |
+ } |
+ |
+ .username-column { |
+ flex: 2; |
+ margin: 0 8px; |
+ } |
+ |
+ .password-column { |
+ align-items: center; |
+ display: flex; |
+ flex: 2; |
+ } |
+ |
+ .selectable { |
+ -webkit-user-select: text; |
+ } |
</style> |
</template> |
</dom-module> |