Skip to content

Commit a366baa

Browse files
authored
chore(docs): minor tweaks for mobile friendliness (#5241)
1 parent 99aab01 commit a366baa

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/components/componentdoc.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
variant="secondary"
1212
target="_blank"
1313
href="https://vuejs.org/v2/guide/render-function.html#Functional-Components"
14+
class="mb-3 mb-sm-0"
1415
>
1516
Functional component
1617
</b-badge>

src/components/media/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<b-card>
6666
<b-media no-body>
6767
<b-media-aside vertical-align="center">
68-
<b-img blank blank-color="#ccc" width="128" height="256" alt="placeholder"></b-img>
68+
<b-img blank blank-color="#ccc" width="64" height="128" alt="placeholder"></b-img>
6969
</b-media-aside>
7070

7171
<b-media-body class="ml-3">

src/components/table/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
{
144144
"prop": "detailsTdClass",
145145
"version": "2.1.0",
146-
"description": "CSS class (or classes) to apply to the td element in the details row"
146+
"description": "CSS class (or classes) to apply to the row details' `td` element for the row-details slot"
147147
},
148148
{
149149
"prop": "value",

0 commit comments

Comments
 (0)