Commit 5ec082dc authored by Jimmy Gong's avatar Jimmy Gong Committed by Commit Bot

Prevent file icon from shrinking in print management app

- Fixes a bug where the file icon of a print management would shrink
  when the app's browser window gets smaller.

Before: https://screenshot.googleplex.com/0qO99Th9238
After: https://screenshot.googleplex.com/dDjGUuMEU33

Bug: 1053704
Change-Id: Ifd985e3715c3a4b095e0d3adfc89a0b963c92884
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2265449
Commit-Queue: jimmy gong <jimmyxgong@chromium.org>
Reviewed-by: default avatarKyle Horimoto <khorimoto@chromium.org>
Cr-Commit-Position: refs/heads/master@{#782660}
parent 2beafa74
......@@ -22,8 +22,9 @@
}
#fileIcon {
margin-inline-start: 12px;
margin-inline-end: 16px;
margin-inline-start: 12px;
min-width: 22px;
}
#numericalProgress {
......
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