Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.

Commit

Permalink
Fix: Fixed annotation name label wit colon moved few pixels to the ri…
Browse files Browse the repository at this point in the history
…ght.
  • Loading branch information
jarrodek committed Jul 4, 2017
1 parent 08bfb2e commit 46c57f5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions raml-annotations-display.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
@demo demo/index.html
-->
<dom-module id="raml-annotations-display">
<template>
<template strip-whitespaces>
<style include="markdown-styles"></style>
<style>
:host {
Expand Down Expand Up @@ -94,9 +94,7 @@
</style>
<template is="dom-repeat" items="[[_model]]">
<div class="annotation">
<div class="annotation-name">[[item.name]]
<template is="dom-if" if="[[!item.isNil]]">:</template>
</div>
<div class="annotation-name">[[item.name]]<template is="dom-if" if="[[!item.isNil]]">:</template></div>
<div class="annotation-value">
<template is="dom-if" if="[[item.isString]]" restamp>
<marked-element markdown="[[item.value]]">
Expand Down

0 comments on commit 46c57f5

Please sign in to comment.