mobile border glitch solved
This commit is contained in:
parent
5e5e33ce70
commit
3dc41edefb
1 changed files with 6 additions and 7 deletions
|
@ -66,8 +66,8 @@
|
|||
overflow-x: hidden;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
.parent-container ::-webkit-scrollbar {
|
||||
display: none;
|
||||
.parent-container ::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
.container-os{
|
||||
overflow: auto;
|
||||
|
@ -225,7 +225,7 @@
|
|||
}
|
||||
@media (max-width: 420px) {
|
||||
.btn-create-vm {
|
||||
float: left !important;
|
||||
float: left !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -326,14 +326,13 @@
|
|||
padding: 12px 8px;
|
||||
}
|
||||
|
||||
.table-switch > tbody > tr:last-child > td {
|
||||
border-bottom: 1px solid #ddd;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.table-switch > tbody > tr > td:nth-child(1) {
|
||||
padding-right: 45px;
|
||||
}
|
||||
.table-switch > tbody > tr:last-child > td {
|
||||
border-bottom: 1px solid #ddd;
|
||||
}
|
||||
}
|
||||
|
||||
.table-switch .un-icon {
|
||||
|
|
Loading…
Reference in a new issue