Add max-width to diff-comment-thread-group
With the removal of diff `.content` max-width in 60cbd2f4, diff comments
no longer had their width constrained.
Bug: Issue 8758
Change-Id: I3c98b385b56feca24cf2bb981614210084ce08e3
This commit is contained in:
@@ -24,6 +24,7 @@ limitations under the License.
|
||||
<style include="shared-styles">
|
||||
:host {
|
||||
display: block;
|
||||
max-width: var(--content-width, 80ch);
|
||||
white-space: normal;
|
||||
}
|
||||
gr-diff-comment-thread + gr-diff-comment-thread {
|
||||
|
||||
Reference in New Issue
Block a user