Skip to content

Commit aea5bcd

Browse files
committed
really respect the old ink style of two lines in a selector modal
1 parent b044744 commit aea5bcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

styles/julia-client.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ atom-text-editor.editor {
8787

8888
.julia-client-selector {
8989
.two-lines {
90-
padding: 0.5em 1em !important;
90+
padding: 0.25em 1em !important;
9191
.primary-line, .secondary-line {
92-
line-height: 2em;
92+
line-height: 1.8em;
9393
}
9494
}
9595
.error-message {

0 commit comments

Comments
 (0)