Merge "Limit the width of comments in the message list"
This commit is contained in:
commit
dd2a08e606
@ -42,6 +42,7 @@ limitations under the License.
|
||||
}
|
||||
.message {
|
||||
flex: 1;
|
||||
max-width: 80ch;
|
||||
}
|
||||
</style>
|
||||
<template is="dom-repeat" items="[[_computeFilesFromComments(comments)]]" as="file">
|
||||
|
@ -80,6 +80,9 @@ limitations under the License.
|
||||
.content {
|
||||
font-family: var(--monospace-font-family);
|
||||
}
|
||||
.message {
|
||||
max-width: 80ch;
|
||||
}
|
||||
.collapsed .name,
|
||||
.collapsed .content,
|
||||
.collapsed .message,
|
||||
|
Loading…
x
Reference in New Issue
Block a user