We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76cc2eb commit 173896aCopy full SHA for 173896a
src/pages/Tables/Basic/Basic.vue
@@ -64,8 +64,8 @@
64
</div>
65
<div class="clearfix">
66
<div class="float-right">
67
- <b-button variant="default" class="mr-3" size="sm">Send to...</b-button>
68
- <b-dropdown variant="inverse" class="mr-xs" size="sm" text="Clear" right>
+ <b-button variant="default" class="me-3" size="sm">Send to...</b-button>
+ <b-dropdown variant="inverse" class="me-sm-2" size="sm" text="Clear" right>
69
<b-dropdown-item>Clear</b-dropdown-item>
70
<b-dropdown-item>Move ...</b-dropdown-item>
71
<b-dropdown-item>Something else here</b-dropdown-item>
0 commit comments