diff --git a/docs/_i18n/en/documentation/column-options.md b/docs/_i18n/en/documentation/column-options.md
index 669de032b4..08384d1443 100644
--- a/docs/_i18n/en/documentation/column-options.md
+++ b/docs/_i18n/en/documentation/column-options.md
@@ -282,7 +282,7 @@ function cellStyle(value, row, index, field) {
Boolean |
false |
- True to show the title of column with `radio` or `singleSelect` `checkbox` option.
+ True to show the title of column with 'radio' or 'singleSelect' 'checkbox' option.
|
diff --git a/docs/_i18n/es/documentation/column-options.md b/docs/_i18n/es/documentation/column-options.md
index 27da0a8ab2..06c0b45ec1 100644
--- a/docs/_i18n/es/documentation/column-options.md
+++ b/docs/_i18n/es/documentation/column-options.md
@@ -257,7 +257,7 @@ Las propiedades de la columna están definidas en `jQuery.fn.bootstrapTable.colu
Boolean |
false |
- Show the title of column with radio or singleSelect checkbox.
+ True to show the title of column with 'radio' or 'singleSelect' 'checkbox' option.
|
diff --git a/src/bootstrap-table.css b/src/bootstrap-table.css
index a8516c1349..043a94ebe2 100644
--- a/src/bootstrap-table.css
+++ b/src/bootstrap-table.css
@@ -133,10 +133,6 @@
text-align: center;
}
-.fixed-table-container .bs-checkbox .th-inner {
- padding: 8px 0;
-}
-
.fixed-table-container input[type="radio"],
.fixed-table-container input[type="checkbox"] {
margin: 0 auto !important;