Commit 45957538 authored by Jimmy Gong's avatar Jimmy Gong Committed by Commit Bot

Fix misaligned status text in print management app

- Status text was missing a set width, resulting in its column
  overlapping the "Date" column.

Screenshot: https://screenshot.googleplex.com/kct7u0vDHPw

Bug: 1055841
Change-Id: I9d251867a48dbacddaf7e2a0d036390c0edae751
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2264498
Commit-Queue: jimmy gong <jimmyxgong@chromium.org>
Commit-Queue: Kyle Horimoto <khorimoto@chromium.org>
Auto-Submit: jimmy gong <jimmyxgong@chromium.org>
Reviewed-by: default avatarKyle Horimoto <khorimoto@chromium.org>
Cr-Commit-Position: refs/heads/master@{#782019}
parent 09e5fabe
...@@ -67,7 +67,8 @@ ...@@ -67,7 +67,8 @@
</template> </template>
<template is="dom-if" if="[[!isCompletedPrintJob_(jobEntry)]]" restamp> <template is="dom-if" if="[[!isCompletedPrintJob_(jobEntry)]]" restamp>
<div id="activeStatusContainer" class="padded-left flex-center"> <div id="activeStatusContainer"
class="medium-text padded-left flex-center">
<div id="numericalProgress" aria-hidden="true"> <div id="numericalProgress" aria-hidden="true">
[[readableProgress_]] [[readableProgress_]]
</div> </div>
......
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