github.com/hernad/nomad@v1.6.112/ui/app/styles/components/simple-list.scss (about) 1 /** 2 * Copyright (c) HashiCorp, Inc. 3 * SPDX-License-Identifier: MPL-2.0 4 */ 5 6 .simple-list { 7 list-style: disc; 8 list-style-position: inside; 9 margin-left: 1.5rem; 10 11 li { 12 margin-bottom: 0.5em; 13 } 14 }