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 3b9ea32

Browse filesBrowse files
authored
Fix RTL direction margin
1 parent 9ffeb6a commit 3b9ea32
Copy full SHA for 3b9ea32

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎src/components/table/CDataTable.vue

Copy file name to clipboardExpand all lines: src/components/table/CDataTable.vue
+1-1Lines changed: 1 addition & 1 deletion
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="mx-2">{{tableFilterData.label}}</label>
1313
<input
1414
class="form-control"
1515
type="text"

0 commit comments

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