Skip to content

Commit 2267abd

Browse files
committed
fix(NcActionText): remove br between action name and action long text
Signed-off-by: greta <gretadoci@gmail.com>
1 parent 31d28c2 commit 2267abd

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)