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-x: hidden;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
}
|
}
|
||||||
.parent-container ::-webkit-scrollbar {
|
.parent-container ::-webkit-scrollbar {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.container-os{
|
.container-os{
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
@ -225,7 +225,7 @@
|
||||||
}
|
}
|
||||||
@media (max-width: 420px) {
|
@media (max-width: 420px) {
|
||||||
.btn-create-vm {
|
.btn-create-vm {
|
||||||
float: left !important;
|
float: left !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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