diff --git a/lib/KCheckbox.vue b/lib/KCheckbox.vue
index 5ca2cf837..523446912 100644
--- a/lib/KCheckbox.vue
+++ b/lib/KCheckbox.vue
@@ -5,7 +5,6 @@
:class="{ 'k-checkbox-disabled': disabled }"
@click="toggleCheck"
>
-
@@ -194,18 +192,13 @@
$checkbox-height: 24px;
.k-checkbox-container {
- display: table;
+ display: flex;
margin-top: 8px;
margin-bottom: 8px;
}
- .tr {
- display: table-row;
- }
-
.k-checkbox {
position: relative;
- display: table-cell;
width: $checkbox-height;
height: $checkbox-height;
vertical-align: top;
@@ -222,7 +215,6 @@
}
.k-checkbox-label {
- display: table-cell;
padding-left: 8px;
line-height: 24px;
cursor: pointer;