github.com/hernad/nomad@v1.6.112/ui/app/styles/components/json-viewer.scss (about) 1 /** 2 * Copyright (c) HashiCorp, Inc. 3 * SPDX-License-Identifier: MPL-2.0 4 */ 5 6 .json-viewer { 7 &.has-fluid-height .CodeMirror-scroll { 8 min-height: 0; 9 } 10 11 &.is-variable-editor .CodeMirror-scroll { 12 box-sizing: inherit; 13 height: 200px; 14 min-height: 0; 15 } 16 }