Commit aaf05591 authored by rbpotter's avatar rbpotter Committed by Commit Bot

Print Preview: Fix cut off advanced button text

Bug: 1002807
Change-Id: I35cc15294e5a41f5932aea07f2d92b45707586e7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1801230Reviewed-by: default avatarHector Carmona <hcarmona@chromium.org>
Commit-Queue: Rebekah Potter <rbpotter@chromium.org>
Cr-Commit-Position: refs/heads/master@{#696638}
parent 1ee310ca
......@@ -10,6 +10,7 @@
<template>
<style include="print-preview-shared">
cr-button {
height: fit-content;
min-height: 32px;
text-align: center;
width: calc(100% - 2 * var(--print-preview-sidebar-margin));
......
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