Commit 30b2f976 authored by Jimmy Gong's avatar Jimmy Gong Committed by Commit Bot

Re-align print job columns

- Removes extra indent of print job entries.

Screenshot: https://screenshot.googleplex.com/4T27OJb9MT9

Bug: 1106167
Change-Id: I75ff3989e94b88766989d22be2e2ac1757bbc412
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2303872Reviewed-by: default avatarKyle Horimoto <khorimoto@chromium.org>
Commit-Queue: Jimmy Gong <jimmyxgong@chromium.org>
Cr-Commit-Position: refs/heads/master@{#789659}
parent ad1f2da1
...@@ -34,7 +34,6 @@ ...@@ -34,7 +34,6 @@
#fileIcon { #fileIcon {
margin-inline-end: 16px; margin-inline-end: 16px;
margin-inline-start: 12px;
min-width: 22px; min-width: 22px;
} }
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
} }
.file-name-column { .file-name-column {
width: 176px; width: 184px;
} }
.file-name-header-column { .file-name-header-column {
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
} }
.file-name-column { .file-name-column {
width: 216px; width: 224px;
} }
.file-name-header-column { .file-name-header-column {
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
} }
.file-name-column { .file-name-column {
width: 272px; width: 280px;
} }
.file-name-header-column { .file-name-header-column {
...@@ -115,7 +115,7 @@ ...@@ -115,7 +115,7 @@
} }
.file-name-column { .file-name-column {
width: 308px; width: 316px;
} }
.file-name-header-column { .file-name-header-column {
......
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