2788 Add ellipsis in log component #561
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#561
Loading…
Reference in New Issue
No description provided.
Delete Branch "2788-add-ellipsize_log-component"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
2788-add-ellipsize_log-componentto 2788 Add ellipsis log component2788 Add ellipsis log componentto 2788 Add ellipsis in log component@ -71,3 +71,2 @@
<div>
<span translate class="label">{{::old.key}}</span><span class="label">: </span>
<span translate class="value">{{::old.value | dashIfEmpty}}</span>
<span translate class="label labelAlign">{{::old.key}}</span><span class="label labelAlign">: </span>
alignSpan
@ -82,3 +82,2 @@
<div>
<span translate class="label">{{::new.key}}</span><span class="label">: </span>
<span translate class="value">{{::new.value | dashIfEmpty}}</span>
<span translate class="label labelAlign">{{::new.key}}</span><span class="label labelAlign">: </span>
try not to exceed 80 characters per line
If i put a line break between spans, the browser detect a space between spans and this space produce an error on tests.
@ -26,0 +31,4 @@
max-width: 400px;
text-overflow: ellipsis;
display: inline-block;
}
it's a span
LGTM