Commit 512dbfe9 authored by rbpotter's avatar rbpotter Committed by Commit Bot

Print Preview Refresh: Fix some advanced settings polish bugs

Bug: 887397, 886663, 886908
Change-Id: I904a9c647c676185ce98faecd16cf815bff10e5f
Reviewed-on: https://chromium-review.googlesource.com/1236839Reviewed-by: default avatarHector Carmona <hcarmona@chromium.org>
Commit-Queue: Rebekah Potter <rbpotter@chromium.org>
Cr-Commit-Position: refs/heads/master@{#592984}
parent c625b2d9
...@@ -13,10 +13,12 @@ ...@@ -13,10 +13,12 @@
<style include="print-preview-shared paper-button-style"> <style include="print-preview-shared paper-button-style">
paper-button { paper-button {
--button-margin: 2px; --button-margin: 2px;
height: unset;
margin: var(--button-margin); margin: var(--button-margin);
margin-inline-start: 0;
min-height: 32px; min-height: 32px;
text-align: center; text-align: center;
width: calc(100% - 2 * var(--button-margin) - 15px); width: calc(100% - var(--button-margin) - 15px);
} }
</style> </style>
<print-preview-settings-section> <print-preview-settings-section>
......
...@@ -29,21 +29,21 @@ ...@@ -29,21 +29,21 @@
.label, .label,
.value { .value {
align-self: center;
color: var(--google-grey-900); color: var(--google-grey-900);
display: flex; overflow: hidden;
flex-direction: column; text-overflow: ellipsis;
justify-content: center;
} }
.label { .label {
flex: 1;
margin-inline-end: 10px;
opacity: 0.87; opacity: 0.87;
padding-inline-end: 104px;
width: 125px;
} }
.value { .value {
flex: none; flex: 0;
width: 239px; min-width: 239px;
} }
cr-input { cr-input {
......
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
} }
print-preview-settings-section [slot=controls] > * { print-preview-settings-section [slot=controls] > * {
margin-left: 15px; margin-inline-start: 15px;
} }
/* Default print preview dialog styles. */ /* Default print preview dialog styles. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment