Add list style type to change status LIs

Change-Id: I16c0f5cf6c5656fe6d712b8cad6315d63c051386
This commit is contained in:
Wyatt Allen
2017-06-06 17:03:43 -07:00
parent c064824606
commit 38161a85cc

View File

@@ -76,6 +76,9 @@ limitations under the License.
.labelStatus .value {
max-width: 9em;
}
.labelStatus li {
list-style-type: disc;
}
.webLink {
display: block;
}