Skip to content
Snippets Groups Projects
Commit bf04a3a9 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

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
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
---
title: Remove rogue scrollbars for issue comments with inline elements
merge_request:
author:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment