mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-02-07 23:29:10 +01:00
Correct styling of syntax highlighter .section elements (#1984)
Fixes styling of syntax highlighter .section elements which causes unsightly rendering due to a global definition by bulma.
This commit is contained in:
2
gradle/changelog/highlighter_styling.yaml
Normal file
2
gradle/changelog/highlighter_styling.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
- type: fixed
|
||||
description: Correct styling of syntax highlighter .section elements ([#1984](https://github.com/scm-manager/scm-manager/pull/1984))
|
||||
@@ -61,6 +61,10 @@ const RowContainer = styled.div`
|
||||
&:hover i {
|
||||
visibility: visible;
|
||||
}
|
||||
// override bulma default styling of .section
|
||||
.section {
|
||||
padding: 0;
|
||||
}
|
||||
`;
|
||||
|
||||
type CreateLinePermaLinkFn = (lineNumber: number) => string;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user