Skip to content

Commit 0413170

Browse files
authored
Merge pull request #7116 from nextcloud-libraries/fix/ncactiontext-break
fix(NcActionText): remove br between action name and action long text
2 parents f2db86c + 2267abd commit 0413170

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/NcActionText/NcActionText.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
<strong class="action-text__name">
2323
{{ name }}
2424
</strong>
25-
<br>
2625
<!-- white space is shown on longtext, so we can't
2726
put {{ text }} on a new line for code readability -->
2827
<span class="action-text__longtext" v-text="text" />

0 commit comments

Comments
 (0)