fix table spacing
This commit is contained in:
parent
acacee59e2
commit
5530160492
1 changed files with 2 additions and 2 deletions
|
@ -601,7 +601,7 @@ table {
|
||||||
}
|
}
|
||||||
|
|
||||||
.table > tbody > tr > td {
|
.table > tbody > tr > td {
|
||||||
padding: 9px;
|
padding: 11px 10px 7px;
|
||||||
border: none;
|
border: none;
|
||||||
box-shadow: 0 1px rgba(0,0,0,.03);
|
box-shadow: 0 1px rgba(0,0,0,.03);
|
||||||
}
|
}
|
||||||
|
@ -679,7 +679,7 @@ table {
|
||||||
|
|
||||||
.table .checkbox-replacement,
|
.table .checkbox-replacement,
|
||||||
.table .radio-replacement {
|
.table .radio-replacement {
|
||||||
height: 38px;
|
height: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-overview tbody .icon-checkbox,
|
.table-overview tbody .icon-checkbox,
|
||||||
|
|
Loading…
Reference in a new issue