Skip to content

Commit ac6ac1c

Browse files
fix(NcAppNavigationCaption): limit style to example
Signed-off-by: Raimund Schlüßler <[email protected]>
1 parent 27c7a05 commit ac6ac1c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/NcAppNavigationCaption/NcAppNavigationCaption.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
### Element with a slot for custom actions icon
3636
```vue
3737
<template>
38-
<ul>
38+
<ul class="nav">
3939
<NcAppNavigationCaption
4040
name="Your caption goes here">
4141
<template #actionsTriggerIcon>
@@ -89,7 +89,7 @@
8989
</script>
9090
<style scoped>
9191
/* mock the appnavigation */
92-
ul {
92+
ul.nav {
9393
background-color: #cce6f4;
9494
}
9595
</style>

0 commit comments

Comments
 (0)