pull/12/head
cagataycivici 2019-05-23 18:14:34 +03:00
parent 337a1b74c7
commit cfe1be241a
2 changed files with 22 additions and 19 deletions

View File

@ -125,7 +125,12 @@
.car-data > div {
padding: .429em;
}
.p-dropdown {
width: 12em;
}
}
@media (max-width: 767px) {
.dataview-demo {
.car-details, .search-icon {
@ -138,7 +143,5 @@
}
}
}
.p-dropdown {
width: 12em;
}
</style>