1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-31 09:41:47 +02:00

feat(tables): it removes the media query and edit text in html

This commit is contained in:
Wako
2018-12-11 22:25:36 -06:00
parent 02cd4844ca
commit 934ea6c2da
2 changed files with 10 additions and 28 deletions

View File

@@ -1,7 +1,7 @@
.nes-table-responsive {
@media (max-width: 768px) {
overflow-x: scroll;
}
max-width: 100%;
overflow-x: auto;
overflow-y: hidden;
}
.nes-table {
table-layout: fixed;