mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 00:45:43 +03:00
12 lines
145 B
SCSS
12 lines
145 B
SCSS
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: BUSL-1.1
|
|
*/
|
|
|
|
html,
|
|
body,
|
|
body > .ember-view {
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|