Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9709051

Browse filesBrowse files
committed
Merge fix(CDataTable): rtl margins - closes coreui#145 thanks @seddighi78
2 parents d781bed + 578a76c commit 9709051
Copy full SHA for 9709051

File tree

1 file changed

+3
-3
lines changed
Filter options

1 file changed

+3
-3
lines changed

‎src/components/table/CDataTable.vue

Copy file name to clipboardExpand all lines: src/components/table/CDataTable.vue
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
v-if="haveFilterOption"
1010
>
1111
<template v-if="tableFilter">
12-
<label class="mr-2">{{tableFilterData.label}}</label>
12+
<label class="mfe-2">{{tableFilterData.label}}</label>
1313
<input
1414
class="form-control"
1515
type="text"
@@ -37,7 +37,7 @@
3737
:class="{ 'offset-sm-6': !haveFilterOption }"
3838
>
3939
<div class="form-inline justify-content-sm-end">
40-
<label class="mr-2">{{paginationSelect.label}}</label>
40+
<label class="mfe-2">{{paginationSelect.label}}</label>
4141
<select
4242
class="form-control"
4343
@change="paginationChange"
@@ -477,7 +477,7 @@ export default {
477477
cleanerProps () {
478478
return {
479479
content: this.$options.icons.cilFilterX,
480-
class: `ml-2 ${this.isFiltered ? 'text-danger' : 'transparent'}`,
480+
class: `mfs-2 ${this.isFiltered ? 'text-danger' : 'transparent'}`,
481481
role: this.isFiltered ? 'button' : null,
482482
tabindex: this.isFiltered ? 0 : null,
483483
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.