diff options
Diffstat (limited to 'src/components/features_panel/features_panel.vue')
| -rw-r--r-- | src/components/features_panel/features_panel.vue | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/components/features_panel/features_panel.vue b/src/components/features_panel/features_panel.vue index 92fdb1ff..5ec4d255 100644 --- a/src/components/features_panel/features_panel.vue +++ b/src/components/features_panel/features_panel.vue @@ -6,13 +6,13 @@ Features </div> </div> - <div class="panel-body features"> + <div class="panel-body features-panel"> <ul> <li v-if="mediaProxy">Media proxy</li> <li v-if="whoToFollow">Who to follow</li> <li v-if="scopeOptions">Scope options</li> <li v-if="formattingOptions">Formatting options</li> - <li>Text limit={{textlimit}}</li> + <li>Text limit = {{textlimit}}</li> </ul> </div> </div> @@ -22,4 +22,7 @@ <script src="./features_panel.js" ></script> <style lang="scss"> + .features-panel li { + line-height: 24px; + } </style> |
