Skip to content
Snippets Groups Projects
Commit 174dd4ce authored by Alfredo Sumaran's avatar Alfredo Sumaran
Browse files

Merge branch '25368-fix-left-align-system-note' into 'master'

fixes left align issue for long system notes

Closes #25368 and #25833

See merge request !7982
parents 3de40e03 12d7652b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -43,7 +43,7 @@ ul.notes {
}
 
.system-note-message {
display: inline-block;
display: inline;
 
&::first-letter {
text-transform: lowercase;
Loading
Loading
@@ -55,7 +55,7 @@ ul.notes {
}
 
p {
display: inline-block;
display: inline;
margin: 0;
 
&::first-letter {
Loading
Loading
@@ -151,6 +151,10 @@ ul.notes {
}
}
}
.note-headline-light {
display: inline;
}
}
 
.discussion-body {
Loading
Loading
---
title: Fixes left align issue for long system notes
merge_request: 7982
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