Skip to content

Commit 9e2e369

Browse files
committed
Fix one more styling issue
1 parent 792d97e commit 9e2e369

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-json-viewer",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "JSON formatter / viewer for Angular 2/4/5+",
55
"keywords": [
66
"angular",

src/ngx-json-viewer/ngx-json-viewer.component.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ $type-colors: (
7676
background-color: #999;
7777
}
7878
}
79-
.segment-type-object > .segment-main {
79+
.segment-type-object > .segment-main,
80+
.segment-type-array > .segment-main {
8081
white-space: nowrap;
8182
}
8283

0 commit comments

Comments
 (0)