Skip to content

Commit 2541816

Browse files
committed
more respect old ink's style
1 parent 93fe3bc commit 2541816

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

styles/julia-client.less

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,18 @@ atom-text-editor.editor {
8686
}
8787

8888
.julia-client-selector {
89+
.two-lines {
90+
padding: 0.5em 1em !important;
91+
.primary-line, .secondary-line {
92+
line-height: 2em;
93+
}
94+
}
95+
.error-message {
96+
color: @text-color-error;
97+
}
8998
.character-match {
9099
font-weight: bold;
91100
}
92-
.two-lines {
93-
padding: 0.50em 1.0em !important
94-
}
95101
}
96102

97103
.julia-syntax-color-selector {

0 commit comments

Comments
 (0)