Limit the width of comments in the message list
Change-Id: Ia8788f9cb436529b3e1ae58d4a68e4ddd74d5469
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user