Skip to content

Commit 7988164

Browse files
committed
unify styles
1 parent a00ce06 commit 7988164

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

styles/julia-client.less

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -193,18 +193,15 @@ atom-text-editor.editor[data-grammar$="source weave latex"] {
193193
}
194194

195195
.julia-client-release-note {
196-
overflow: auto !important;
197196
font-size: var(--editor-font-size);
198197
padding: 1em;
199198
img {
200199
max-height: 20em;
201200
display: block;
202201
}
203-
}
204-
205-
.julia-client-release-note {
202+
206203
max-height: 90vh;
207-
overflow: scroll;
204+
overflow: auto;
208205
}
209206

210207
.release-note-close-button {

0 commit comments

Comments
 (0)