Browse Source

Make sure the colon doesn't wrap with lots of tags

pull/4253/head
John Cowen 7 years ago
parent
commit
76017b69b5
  1. 1
      ui-v2/app/styles/routes/dc/service/index.scss

1
ui-v2/app/styles/routes/dc/service/index.scss

@ -4,6 +4,5 @@ html.template-service.template-show main dl {
}
html.template-service.template-show main dt::after {
content: ':';
display: inline-block;
margin-right: 0.2em;
}

Loading…
Cancel
Save