Commit 25662252 authored by Giovanni Panaro's avatar Giovanni Panaro Committed by Commit Bot

Make type spacing the same as path spacing in File Manager metadata box.

Bug: 1131856, 1106636
Change-Id: Ib37302ce4c53050ee35bb9bd5296feee18819b45
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438752Reviewed-by: default avatarLuciano Pacheco <lucmult@chromium.org>
Commit-Queue: Giovanni Panaro <tsrwebgl@gmail.com>
Cr-Commit-Position: refs/heads/master@{#812147}
parent 7d947e03
......@@ -74,7 +74,7 @@
<files-metadata-entry key="$i18n{METADATA_BOX_FILE_SIZE}" value="[[size]]" loading="[[isSizeLoading]]"></files-metadata-entry>
<files-metadata-entry key="$i18n{METADATA_BOX_MODIFICATION_TIME}" value="[[modificationTime]]"></files-metadata-entry>
<files-metadata-entry key="$i18n{METADATA_BOX_MEDIA_MIME_TYPE}" value="[[mediaMimeType]]"></files-metadata-entry>
<files-metadata-entry key="$i18n{METADATA_BOX_FILE_LOCATION}" value="[[fileLocation]]" is-path></files-metadata-entry>
<files-metadata-entry key="$i18n{METADATA_BOX_FILE_LOCATION}" value="[[fileLocation]]"></files-metadata-entry>
<div hidden="[[!hasFileSpecificMetadata_]]">
<hr>
......
......@@ -20,8 +20,8 @@
}
:host([files-ng]) #box {
line-height: 40px;
margin: 0;
line-height: 20px;
margin: 10px 0;
}
#box[hidden] {
......@@ -57,11 +57,6 @@
width: 0;
}
:host([is-path]) #value {
line-height: 20px;
margin: 10px 0;
}
#value span {
display: inline-block;
overflow-wrap: anywhere;
......
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