mobile border glitch solved
This commit is contained in:
parent
5e5e33ce70
commit
3dc41edefb
1 changed files with 6 additions and 7 deletions
|
@ -326,14 +326,13 @@
|
||||||
padding: 12px 8px;
|
padding: 12px 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-switch > tbody > tr:last-child > td {
|
|
||||||
border-bottom: 1px solid #ddd;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
.table-switch > tbody > tr > td:nth-child(1) {
|
.table-switch > tbody > tr > td:nth-child(1) {
|
||||||
padding-right: 45px;
|
padding-right: 45px;
|
||||||
}
|
}
|
||||||
|
.table-switch > tbody > tr:last-child > td {
|
||||||
|
border-bottom: 1px solid #ddd;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-switch .un-icon {
|
.table-switch .un-icon {
|
||||||
|
|
Loading…
Reference in a new issue