Skip to content

Commit

Permalink
feat(xo-6): remove media queries
Browse files Browse the repository at this point in the history
  • Loading branch information
CzechSebastian committed Dec 11, 2024
1 parent b8b60a4 commit a568afd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions @xen-orchestra/web/src/components/pif/PifTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -268,13 +268,5 @@ const selectRow = (rowId: XoPif['id']) => {
font-size: 8.4rem !important;
}
}
@media (max-width: 1500px) {
.table-container {
.table {
width: 160rem;
}
}
}
}
</style>

0 comments on commit a568afd

Please sign in to comment.