Commit bf04a3a9 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '25989-fix-rogue-scrollbars-on-comments' into 'master'

Remove rogue scrollbars from some issue comments

Closes #25989

See merge request !8652
parents 32f6f5b9 eed6bfe2
......@@ -195,10 +195,10 @@ ul.notes {
}
.note-body {
overflow: auto;
overflow-x: auto;
overflow-y: hidden;
.note-text {
overflow: auto;
word-wrap: break-word;
@include md-typography;
// Reset ul style types since we're nested inside a ul already
......
---
title: Remove rogue scrollbars for issue comments with inline elements
merge_request:
author:
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