We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0123b00 commit 983253eCopy full SHA for 983253e
1 file changed
src/components/NonPrintableHighlighter/NonPrintableHighlighter.scss
@@ -10,6 +10,8 @@
10
.container {
11
position: relative;
12
width: 100%;
13
+ display: flex;
14
+ flex-direction: column;
15
}
16
17
.warningContainer {
@@ -105,7 +107,7 @@
105
107
106
108
// Info badge styles for non-alphanumeric character detection
109
.infoContainer {
- margin-top: -4px;
110
+ margin-top: 0;
111
112
113
.infoBadge {
0 commit comments