mobile border glitch solved

This commit is contained in:
Arvind Tiwari 2017-08-18 23:51:27 +05:30
parent 5e5e33ce70
commit 3dc41edefb

View file

@ -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 {